Defines specific fields for MetadataRecords that are of type Analog.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class MetadataRecordAnalogFields : ISupportBinaryImage
Public Class MetadataRecordAnalogFields _ Implements ISupportBinaryImage
public ref class MetadataRecordAnalogFields : ISupportBinaryImage
Members
All Members | Methods | Properties | Fields | ||
Icon | Member | Description |
---|---|---|
AlarmDelay |
Gets or sets the time (in seconds) to wait before consecutive alarm notifications are sent for the MetadataRecord.
| |
BinaryImage |
Gets the binary representation of MetadataRecordAnalogFields.
| |
BinaryLength |
Gets the length of the BinaryImage.
| |
ByteCount |
Specifies the number of bytes in the binary image of MetadataRecordAnalogFields.
| |
CompressionLimit |
Gets or sets the amount, expressed in EngineeringUnits, by which data values for the MetadataRecord must changed before being archived.
| |
DisplayDigits |
Gets or sets the number of digits after the decimal point to be displayed for the MetadataRecord.
| |
EngineeringUnits |
Gets or sets the engineering units of archived data values for the MetadataRecord.
| |
Equals(Object) | (Inherited from Object.) | |
ExceptionLimit |
Gets or sets the amount, expressed in EngineeringUnits, by which data values for the MetadataRecord must change before being sent for archival by the data aquisition source.
| |
Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
HighAlarm |
Gets or sets the value above which archived data for the MetadataRecord is assigned a quality of ValueAboveHiHiAlarm.
| |
HighRange |
Gets or sets the value above which archived data for the MetadataRecord is assigned a quality of UnreasonableHigh.
| |
HighWarning |
Gets or sets the value above which archived data for the MetadataRecord is assigned a quality of ValueAboveHiAlarm.
| |
Initialize(array<Byte>[]()[], Int32, Int32) |
Initializes MetadataRecordAnalogFields from the specified binaryImage.
| |
LowAlarm |
Gets or sets the value above which archived data for the MetadataRecord is assigned a quality of ValueBelowLoLoAlarm.
| |
LowRange |
Gets or sets the value above which archived data for the MetadataRecord is assigned a quality of UnreasonableLow.
| |
LowWarning |
Gets or sets the value above which archived data for the MetadataRecord is assigned a quality of ValueBelowLoAlarm.
| |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
MetadataRecordAnalogFields |
See Also