public PhasorDefinition(
ConfigurationCell parent,
string label,
uint scale,
double offset,
PhasorType type,
PhasorDefinition voltageReference
)
Public Sub New (
parent As ConfigurationCell,
label As String,
scale As UInteger,
offset As Double,
type As PhasorType,
voltageReference As PhasorDefinition
)
public:
PhasorDefinition(
ConfigurationCell^ parent,
String^ label,
unsigned int scale,
double offset,
PhasorType type,
PhasorDefinition^ voltageReference
)
Gemstone.PhasorProtocols.BPAPDCstream.PhasorDefinition = function(parent, label, scale, offset, type, voltageReference);