Type: INSTANCE FUNCTION Purpose: Return the imaginary portion of the AC impedance. Usage: Result = FraCurve.Zimag() Result REAL RMS AC impedance in Ω.
Type: INSTANCE FUNCTION Purpose:Return the real portion of the AC voltage. Usage: Result = FraCurve.Vreal() Result REAL RMS AC voltage in volts.
Type: INSTANCE FUNCTION Purpose:Return the phase of the AC voltage. Usage: Result = FraCurve.Vphz() Result REAL Phase of AC voltage in degrees.
Type: INSTANCE FUNCTION Purpose:Return the modulus (magnitude) of the AC voltage. Usage: Result = FraCurve.Vmod() Result REAL RMS magnitude of AC voltage in volts.
Type: INSTANCE FUNCTION Purpose: Return the imaginary portion of the AC voltage. Usage: Result = FraCurve.Vimag() Result REAL RMS AC voltage in volts.
Type: INSTANCE FUNCTION Purpose: Return the measured DC voltage. Usage: Result = FraCurve.Vdc() Result REAL DC voltage in volts.
Type: INSTANCE FUNCTION Purpose: Print information about the FraCurve to a string. The format is “Tag,Frequency” Usage: Result = FraCurve.Sprint() Result STRING “Tag,Frequency”
Type: INSTANCE FUNCTION Purpose: Format the real-time display using the SetPlotView and Set Axis functions. Usage: Fracurve.SetPlot(View, MinI, MinV, MinT) View INDEX 0 = V vs I… read more →
Type: INSTANCE FUNCTION Purpose: Run an FraCurve. Start the data-acquisition and make this curve the active curve. This function blocks further execution of the Explain script until the curve is… read more →
Type: INSTANCE FUNCTION Purpose: Print the curve onto the output file. The curve data includes point number, phase, voltage, and current. Tag <tab> “TABLE” <tab> Frequency<tab> “P” <tab> “Phz” <tab>… read more →