Click or drag to resize

ChannelSetting Constructor

Creates a new instance of the ChannelSetting class.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public ChannelSetting(
	CollectionElement physicalStructure,
	MonitorSettingsRecord monitorSettingsRecord
)
View Source

Parameters

physicalStructure  CollectionElement
The collection element which is the physical structure of the channel setting.
monitorSettingsRecord  MonitorSettingsRecord
The monitor settings record in which the channel setting resides.
See Also