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: Return the voltage overload status. If the signal-conditioning and/or analysis circuitry is overloaded on either maximum or minimum voltage but not both, this function returns TRUE.… read more →
Type: INSTANCE FUNCTION Purpose: Return the voltage overload status. If the signal-conditioning and/or analysis circuitry is overloaded both for maximum peak and minimum peak voltage, this function returns TRUE. TRUE… read more →
Type: INSTANCE FUNCTION Purpose: Return the current overload status. If the signal-conditioning and/or analysis circuitry is overloaded on either maximum or minimum current but not both, this function returns TRUE.… read more →
Type: INSTANCE FUNCTION Purpose: Return the voltage overload status. If the signal-conditioning and/or analysis circuitry is overloaded both for maximum peak and minimum peak current, this function retursn TRUE. TRUE… read more →
Type: CLASS FUNCTION Purpose: Creates a new FRACURVE object. This object, being a real-time curve, is entered on the list of curves in the runner window. It may or may… read more →
Type: INSTANCE FUNCTION Purpose: Return the real portion of the AC current. Usage: Result = FraCurve.Ireal() Result REAL RMS AC current in amperes.
Type: INSTANCE FUNCTION Purpose: Return the phase of the AC current. Usage: Result = FraCurve.Iphz() Result REAL Phase of AC current in degrees.
Type: INSTANCE FUNCTION Purpose: Return the modulus of the AC current. Usage: Result = FraCurve.Imod() Result REAL RMS magnitude of AC current in amperes.