Click or drag to resize

AnalogChannel(Int32, Boolean) Constructor

Creates a new instance of the AnalogChannel.

Namespace: GSF.COMTRADE
Assembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.181-beta
Syntax
public AnalogChannel(
	int version = 1999,
	bool targetFloatingPoint = false
)
View Source

Parameters

version  Int32  (Optional)
Target schema version.
targetFloatingPoint  Boolean  (Optional)
Determines if file type is targeting floating point.
See Also