public PhasorDefinition(
ConfigurationCell parent,
string label,
uint scale,
PhasorType type,
PhasorDefinition voltageReference,
int originalSourceIndex = -1,
char phase = '+'
)
Public Sub New (
parent As ConfigurationCell,
label As String,
scale As UInteger,
type As PhasorType,
voltageReference As PhasorDefinition,
Optional originalSourceIndex As Integer = -1,
Optional phase As Char = "+"C
)
public:
PhasorDefinition(
ConfigurationCell^ parent,
String^ label,
unsigned int scale,
PhasorType type,
PhasorDefinition^ voltageReference,
int originalSourceIndex = -1,
wchar_t phase = L'+'
)
Gemstone.PhasorProtocols.Anonymous.PhasorDefinition = function(parent, label, scale, type, voltageReference, originalSourceIndex, phase);