-SCS Parameter Analyzer Reference Manual Section 13:
LPT library function reference
4200A-901-01 Rev. C / February 2017 13-47
trigcomp
This command causes a trigger when an instrument goes in or out of compliance.
Usage
int trigcomp(int instr_id, int mode);
The instrument identification code the trigger is set to
Specifies whether to trigger when an instrument is in or out of compliance:
• 1: Trigger when in compliance
•
: Trigger when out of compliance
Details
This command monitors the given instrument for compliance. A trigger can be set when the
instrument is either in compliance or out of compliance, based on the specified mode.
Also see
None
trigXg, trigXl
This command monitors for a predetermined level of voltage, current, or time.
Usage
int trigig(int instr_id, double value);
int trigil(int instr_id, double value);
int trigtg(int instr_id, double value);
int trigtl(int instr_id, double value);
int trigvg(int instr_id, double value);
int trigvl(int instr_id, double value);
The instrument identification code of the monitoring instrument
The voltage, current, or time specified as the trigger point; this trigger point value is
reached when either of the following occurs:
• The measured value is equal to or greater than the value argument of the
trigXg command
• The measured value is less than the value argument of the trigXl
command