|
ParserSecondaryValues Property
|
Gets values of current record with primary analog channels scaled to secondary values.
Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.205-beta
Syntax public double[] SecondaryValues { get; }
Public ReadOnly Property SecondaryValues As Double()
Get
public:
property array<double>^ SecondaryValues {
array<double>^ get ();
}
member SecondaryValues : float[] with get
function get_SecondaryValues();
View SourceProperty Value
DoubleSee Also