Model 4200A-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
);
instr_id
The instrument identification code the trigger is set to
mode
Specifies whether to trigger when an instrument is in or out of compliance:
•
1
: Trigger when in compliance
•
0
: 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
);
instr_id
The instrument identification code of the monitoring instrument
value
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
trig
X
g
command
•
The measured value is less than the value argument of the
trig
X
l
command