FrequencyValueUnscaledDfDt Property
Gets or sets the unscaled integer representation of the change in this
FrequencyValue over time.
Namespace: Gemstone.PhasorProtocols.IEEEC37_118Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.166 -- Release Build+4f9601ce2fc7721cafe5edaeacb540e40faa3f58
public override int UnscaledDfDt { get; set; }
Public Overrides Property UnscaledDfDt As Integer
Get
Set
public:
virtual property int UnscaledDfDt {
int get () override;
void set (int value) override;
}
function get_UnscaledDfDt();
function set_UnscaledDfDt(value);
Int32IFrequencyValueUnscaledDfDt