Click or drag to resize

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.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public struct ChannelDescriptor

The M11FfBlockReaderChannelDescriptor type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldBool1
Bool 1
Public fieldBool2
Bool 2
Public fieldChannelStr
Name of channel, max 40 characters (ASCII)
Public fieldDivInts
Misc integers
Public fieldDivReal
Misc reals
Public fieldExtraBlocks
Extra blocks, belonging to the Channel Descriptor
Public fieldMax
Maximum value in the data channel
Public fieldMin
Minimum value in the data channel
Public fieldNrXRec
Number of extra records belonging to this channel descriptor
Public fieldRecType
Code number describing the type of data in the channel. Must match an Item Descriptor RecType
Public fieldTest
Test
Public fieldTMax
Time that the maximum value was recorded (in hours)
Public fieldTMin
Time that the minimum value was recorded (in hours)
Public fieldUnitType
Cude number for the unit in which the data in the channel is measured
Top
See Also