Trigcomp; Trigxg, Trigxl - Keithley 4200A-SCS Reference Manual

Parameter
Hide thumbs Also See for 4200A-SCS:
Table of Contents

Advertisement

Model 4200A-SCS Parameter Analyzer Reference Manual

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
mode
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
value
4200A-901-01 Rev. C / February 2017
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
0: Trigger when out of compliance
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
Section 13: LPT library function reference
13-47

Advertisement

Table of Contents
loading

Table of Contents