M11FfBlockReaderChannelDescriptor Structure |
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.
Namespace: DHI.Mike1D.ResultDataAccess
The M11FfBlockReaderChannelDescriptor type exposes the following members.
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
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 |