
S530/S540 KTE Linear Parametric Test Library (LPTLib) User's Manual
Section 3: LPTLib command reference
S530-900-01 Rev. E / September 2017
3-91
Also see
(on page 3-63)
(on page 3-64)
(on page 3-82)
(on page 3-84)
trigXg, trigXl
This command monitors for a predetermined level of voltage, current, conductance, capacitance, 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, conductance, capacitance, 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
Details
The
trig
X
l
and
trig
X
g
commands are used with the
search
X
command or with one of the sweep
measurement commands:
smeas
X
,
sintg
X
, or
savg
X
.
•
The
trig
X
g
or
trig
X
l
command provides the
sweep
X
command the digital feedback to allow
for the increase or decrease in sourcing values.
•
The
trig
X
l
and
trig
X
g
commands must be located before any associated
search
X
commands.
•
Triggers are not automatically reset by the
search
X
or
sweep
X
command. A single call to the
trig
X
l
or
trig
X
g
command can be followed by two or more calls to the
searchX
or
sweep
X
commands.
The specified trigger point is automatically cleared when a
clrtrg
or
devint
command is executed.