public PhasorDefinition3(
ConfigurationCell3 parent,
string label,
uint scale,
double offset,
PhasorType type,
PhasorDefinition3 voltageReference,
char phase
)Public Sub New (
parent As ConfigurationCell3,
label As String,
scale As UInteger,
offset As Double,
type As PhasorType,
voltageReference As PhasorDefinition3,
phase As Char
)public:
PhasorDefinition3(
ConfigurationCell3^ parent,
String^ label,
unsigned int scale,
double offset,
PhasorType type,
PhasorDefinition3^ voltageReference,
wchar_t phase
)Gemstone.PhasorProtocols.IEEEC37_118.PhasorDefinition3 = function(parent, label, scale, offset, type, voltageReference, phase);