Click or drag to resize

ChannelInstance Constructor

Creates a new instance of the ChannelInstance class.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public ChannelInstance(
	CollectionElement physicalStructure,
	ObservationRecord observationRecord
)
View Source

Parameters

physicalStructure  CollectionElement
The collection element which is the physical structure of the channel instance.
observationRecord  ObservationRecord
The observation record in which the channel instance resides.
See Also