User manual

Table Of Contents
Part 6: IEEE 488.2 Command Reference
TRIG_LEVEL, TRLV
Description
The TRIG_LEVEL command adjusts the trigger level of the specified trigger source. An out-of-range value
will be adjusted to the closest legal value and will cause the VAB bit (bit 2) in the STB register to be set.
The TRIG_LEVEL? query returns the current trigger level.
Command Syntax
<trig_source>:TRIG_LEVEL <trig_level>V
<trig_source>:= <C1 to Cn, EX, EX10, ETM10>
The <trig_source> value is optional.
Query Syntax
<trig_source>:TRIG_LEVEL?
Response Format
<trig_source>:TRIG_LEVEL <trig_level>
Example (GPIB)
The following instruction adjusts the trigger level of C2 to -3.4 V:
CMD$="C2:TRLV -3.4V": CALL IBWRT(SCOPE%,CMD$)
Related Commands
TRIG_COUPLING, TRIG_DELAY, TRIG_MODE, TRIG_SELECT, TRIG_SLOPE
6-33