Свойство | Тип | Описание | |
---|---|---|---|
CreateNewDefinition | IPhasorDefinition | ||
ParseConversionFactor | int |
Метод | Описание | |
---|---|---|
PhasorDefinition ( GSF.PhasorProtocols.IEEEC37_118.ConfigurationCell parent, string label, uint scale, double offset, PhasorType type, |
Creates a new PhasorDefinition from specified parameters.
|
|
PhasorDefinition ( IConfigurationCell parent ) : System |
Creates a new PhasorDefinition from specified parameters.
|
Метод | Описание | |
---|---|---|
PhasorDefinition ( |
Creates a new PhasorDefinition from serialization parameters.
|
Метод | Описание | |
---|---|---|
CreateNewDefinition ( IConfigurationCell parent, byte buffer, int startIndex, int &parsedLength ) : IPhasorDefinition | ||
ParseConversionFactor ( byte buffer, int startIndex ) : int |
Parses conversion factor image from the specified buffer.
|
public PhasorDefinition ( GSF.PhasorProtocols.IEEEC37_118.ConfigurationCell parent, string label, uint scale, double offset, PhasorType type, |
||
parent | GSF.PhasorProtocols.IEEEC37_118.ConfigurationCell | The |
label | string | The label of this |
scale | uint | The integer scaling value of this |
offset | double | The offset of this |
type | PhasorType | The |
voltageReference | The associated |
|
Результат | System |
public PhasorDefinition ( IConfigurationCell parent ) : System | ||
parent | IConfigurationCell | The |
Результат | System |
protected PhasorDefinition ( |
||
info | The |
|
context | The source |
|
Результат | System |