M11FfBlockReaderChannelDescriptor Structure

Channel descriptor block

In the CHANNEL descripter part information is stored about each specific data series in the data part of the file. In the ITEM descripter part there could as an example be one record describing "water level in nodes". In the CHANNEL description part there must be one record for each node. The record can hold individual information about the node shuch as top and bottom level.

Additional information about each CHANNEL may be placed in a number of extra records just after the CHANNEL descripter record.

ONE channel descriptor record must exist for each channel.

CHANNEL descripter records MUST appear in the same order as the data they represent appears in the logical data record.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public struct ChannelDescriptor
Inheritance
Object    ValueType    M11FfBlockReaderChannelDescriptor

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

Bool1 Bool 1
Bool2 Bool 2
ChannelStr Name of channel, max 40 characters (ASCII)
DivInts Misc integers
DivReal Misc reals
ExtraBlocks Extra blocks, belonging to the Channel Descriptor
Max Maximum value in the data channel
Min Minimum value in the data channel
NrXRec Number of extra records belonging to this channel descriptor
RecType Code number describing the type of data in the channel. Must match an Item Descriptor RecType
Test Test
TMax Time that the maximum value was recorded (in hours)
TMin Time that the minimum value was recorded (in hours)
UnitType Cude number for the unit in which the data in the channel is measured

See Also