User manual

Table Of Contents
Part 6: IEEE 488.2 Command Reference
Query Syntax
TRIG_SELECT?
Response Format
TRIG_SELECT <trig_type>,SR,<source>,HT,<hold_type>,HV,<hold_value>
The HV2 value is returned only if <hold_type> is P2 or I2.
Example (GPIB)
The following instruction selects the Single-Source trigger with C1 as trigger source. Hold type condition is
the occurrence of a "pulse smaller than" the hold value of 20 ns:
CMD$="TRSE SNG,SR,C1,HT,PS,HV,20NS": CALL IBWRT(SCOPE%,CMD$)
Related Commands
TRIG_LEVEL, TRIG_SLOPE, TRIG_PATTERN
6-39