FraCurve.Run()
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 finished running.
Usage:
Status = FraCurve.Run() Status INDEX
Measurement status.
0 = Skip button pushed before precision criterion was met.
1 = OK, precision criterion met.
2 = Invalid, completely bogus measurement, usually a fractional cycle. Do not use these values to make a new estimate of Z.
3 = CommErr; Communications error with external FRA. Do not use these values to make a new estimate of Z.
4 = Timeout; Timeout on measurement before precision criterion was met. FraCurve contains best estimate of Z.
5 = CycleLim; Upper limit on number of cycles exceeded. FraCurve contains best estimate of Z.
6 = Reserved.
7 = Overrun; interrupt overrun. Check Windows operating mode and computer speed.
8 = Overrange; some FRA channel was overloaded. Check Overload command to see the cause.
Related Topics1Fracurve.Activate() Fracurve.Count() Fracurve.CycleLim() FraCurve.DataCol() Fracurve.DataValue() Fracurve.Freq() Fracurve.Idc() Fracurve.Iimag() Fracurve.Imod() Fracurve.Iphz() Fracurve.Ireal() FRACURVE.New() FraCurve.OverIac() FraCurve.OverIdc() FraCurve.OverVac() FraCurve.OverVdc() FraCurve.Printl()FraCurve.SetPlot() FraCurve.Sprint() FraCurve.Vdc() FraCurve.Vimag() FraCurve.Vmod() FraCurve.Vphz() FraCurve.Vreal() FraCurve.Zimag() FraCurve.Zmod() FraCurve.Zphz() FraCurve.Zreal()
Comments are closed.