Property | Type | Description | |
---|---|---|---|
ChannelInstancesTag | System.Guid | ||
ObservationNameTag | System.Guid | ||
OneChannelInstanceTag | System.Guid | ||
TimeCreateTag | System.Guid | ||
TimeStartTag | System.Guid | ||
TriggerMethodTag | System.Guid |
Method | Description | |
---|---|---|
AddNewChannelInstance ( ) : ChannelInstance |
Adds a new channel instance to the collection of channel instances in this observation record.
|
|
CreateObservationRecord ( GSF.PQDIF.Physical.Record physicalRecord, |
Creates a new observation record from the given physical record if the physical record is of type observation. Returns null if it is not.
|
|
Remove ( ChannelInstance channelInstance ) : void |
Removes the given channel instance from the collection of channel instances.
|
Method | Description | |
---|---|---|
ObservationRecord ( GSF.PQDIF.Physical.Record physicalRecord, |
Creates a new instance of the ObservationRecord class.
|
public AddNewChannelInstance ( ) : ChannelInstance | ||
return | ChannelInstance |
public static CreateObservationRecord ( GSF.PQDIF.Physical.Record physicalRecord, |
||
physicalRecord | GSF.PQDIF.Physical.Record | The physical record used to create the observation record. |
dataSource | The data source record that defines the channels in this observation record. | |
settings | GSF.PQDIF.Logical.MonitorSettingsRecord | The monitor settings to be applied to this observation record. |
return |
public Remove ( ChannelInstance channelInstance ) : void | ||
channelInstance | ChannelInstance | The channel instance to be removed. |
return | void |
public static Guid,System ChannelInstancesTag | ||
return | System.Guid |
public static Guid,System ObservationNameTag | ||
return | System.Guid |
public static Guid,System OneChannelInstanceTag | ||
return | System.Guid |
public static Guid,System TimeCreateTag | ||
return | System.Guid |