Click or drag to resize

ChannelSetting Class

Represents a channel setting in a PQDIF file. A channel setting resides in an MonitorSettingsRecord, and is defined by a ChannelDefinition inside the observation record's DataSourceRecord.
Inheritance Hierarchy
SystemObject
  GSF.PQDIF.LogicalChannelSetting

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public class ChannelSetting
View Source

The ChannelSetting type exposes the following members.

Constructors
 NameDescription
Public methodChannelSetting Creates a new instance of the ChannelSetting class.
Top
Properties
 NameDescription
Public propertyChannelDefinitionIndex Gets the index of the ChannelDefinition which defines the channel instance.
Public propertyMonitorSettingsRecord Gets the monitor settings record in which the channel setting resides.
Public propertyPhysicalStructure Gets the physical structure of the channel setting.
Public propertyXDMonitorSideRatio Gets the monitor-side part of the transducer ratio.
Public propertyXDSystemSideRatio Gets the system-side part of the transducer ratio.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHasElement Determines whether an element identified by the given tag exists in this object's physical structure.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberXDMonitorSideRatioTag Tag that identifies the monitor side ratio.
Public fieldStatic memberXDSystemSideRatioTag Tag that identifies the system side ratio.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also