|
AnalogDefinitionScalar Property
|
Gets or sets the scalar for this Point-on-Wave (POW) analog.
Namespace: GSF.PhasorProtocols.SelCWSAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.266-beta
Syntaxpublic double Scalar { get; set; }Public Property Scalar As Double
Get
Set
public:
property double Scalar {
double get ();
void set (double value);
}member Scalar : float with get, set
function get_Scalar();
function set_Scalar(value);
View SourceProperty Value
Double
See Also