public class MonitorSettingsRecord
Public Class MonitorSettingsRecord
public ref class MonitorSettingsRecord
Gemstone.PQDIF.Logical.MonitorSettingsRecord = function();
Type.createClass(
'Gemstone.PQDIF.Logical.MonitorSettingsRecord');
ChannelSettings | Gets or sets the settings for the channels defined in the data source. |
ChannelSettingsArrayTag | Tag that identifies the collection of channel settings. |
DefaultNominalFrequency | Gets or sets the default value for the NominalFrequency property when the value is not defined in the PQDIF file. |
Effective | Gets or sets the date time at which these settings become effective. |
EffectiveTag | Tag that identifies the time that these settings become effective. |
NominalFrequency | Gets or sets nominal frequency. |
NominalFrequencyTag | Tag that identifies the nominal frequency. |
OneChannelSettingTag | Tag that identifies one channel setting in the collection. |
PhysicalRecord | Gets the physical record of the monitor settings record. |
TimeInstalled | Gets or sets the time at which the settings were installed. |
TimeInstalledTag | Tag that identifies the install time. |
UseCalibration | Gets or sets the flag that determines whether the calibration settings need to be applied before using the values recorded by this monitor. |
UseCalibrationTag | Tag that identifies the flag which determines whether to apply calibration to the series. |
UseTransducer | Gets or sets the flag that determines whether the transducer ratio needs to be applied before using the values recorded by this monitor. |
UseTransducerTag | Tag that identifies the flag which determines whether to apply transducer adjustments to the series. |
AddNewChannelSetting | Adds a new channel setting to the collection of channel settings in this monitor settings record. |
CreateMonitorSettingsRecord | Creates a new monitor settings record from scratch. |
CreateMonitorSettingsRecord(Record) | Creates a new monitor settings record from the given physical record if the physical record is of type monitor settings. Returns null if it is not. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Remove | Removes the given channel setting from the collection of channel settings. |
ToString | Returns a string that represents the current object. (Inherited from Object) |