Click or drag to resize

ParserTargetAngleUnit Property

Gets or sets target angle unit for any analog channels that are angles.

Namespace: GSF.COMTRADE
Assembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.181-beta
Syntax
public AngleUnit? TargetAngleUnit { get; set; }
View Source

Property Value

NullableAngleUnit
Remarks
When assigned, any encountered angles will be converted to the specified unit while parsing.
See Also