<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Curve classes > class FRACURVE > FRACURVE.New() |
Create a new class FRACURVE object.
This object, being a real-time curve, is entered on the list of curves in the runner window. It may or may not be displayed, depending on the curve that the user has selected in the F5-CURVE control.
FRACURVE.New(Tag, Pstat, Frequency, Amplitude, Precision)
Tag |
STRING |
Object Tag. |
Pstat |
OBJECT |
Pstat is an object with a class PSTAT license. The PSTAT object runs this curve. |
Frequency |
REAL |
The test Frequency. The driver may use a frequency slightly different from the requested frequency either because of rounding errors or in order to minimize noise. |
Amplitude |
REAL |
The RMS signal to be applied. |
Precision |
REAL |
The requested measurement Precision. |