User manual
74 GMC-I Messtechnik GmbH
TDEF, TDEF? – Default Time for SEQUENCE Function
Functions:
See explanation on page 32.
Programming
Setting command: TDEF v
Parameter: v (value)
Parameter type: Real
Setting range: 00.01 [s] – 99.99 [s]
Resolution: 10 ms
Default setting: after RESET (*RST): unchanged
Example (HP Basic):
OUTPUT 713;"TDEF 12.34"
Query
Recall the default value for standard dwell time.
Programming
Query command: TDEF?
Response string: TDEF v
Length: 10 characters, fixed
Parameter: v (value)
Example (HP Basic):
OUTPUT 713; "TDEF?"
ENTER 713; A$
DISP A$
Display: TDEF 12.34
T_MODE, T_MODE? – Trigger Input Function Selection
Functions
The status of the T_MODE function is not saved as a device
setting with the SAVE key.
See explanations on page 28 - trG.
Programming
Setting command: T_MODE txt
Parameter: txt
Parameter type: Action (character)
Setting range: OFF Trigger output deactivated
OUT Trigger input influences OUTPUT:
output on/off
RCL RECALL: memory recall (step-by-
step)
1
SEQ SEQUENCE: sequential memory
recall (SEQUENCE GO)
1
LLO LOCAL LOCKED: Control panel
disabling; indicated by LOCKED /
SEQ LED at the front panel
MIN MINMAX: Min-Max memory control
for measured values
Default setting: Unchanged (after RESET, *RST)
Example (HP Basic):
OUTPUT 713;"T_MODE LLO"
{trigger input influences control panel
disabling}
1 If the SEQUENCE function has not first been initialized, an
active trigger signal results in error message “Err 27”, which
is displayed for approximately 1 second, and bit 5 (SEQE) is
set in event register B (ERB). “RCL” or “SEQ” settings can
only be executed if the SEQUENCE function has been fully
initialized.
Query
Displays selected trigger input function.
Programming
Query command: T_MODE?
Response string: T_MODE txt
Length: 10 characters, fixed
Parameter: txt (action)
Example (HP Basic):
OUTPUT 713; "T_MODE?"
ENTER 713; A$
DISP A$
Display: T_MODE LLO
TSET, TSET? Dwell Time Specific to Memory Location for the
SEQUENCE Function
Function and manual operation:
See explanations on page 31.
Setting value TSET is saved to SETUP memory as a device
setting with the SAVE command.
Programming
Setting command: TSET value
Parameter type: Real
Setting range: 00.01 [s] ... 99.99 [s]
Resolution: 10 ms
Format: nn.nn
Default setting: after RESET (*RST): 00.00 = TdEF
Example (HP Basic):
OUTPUT 713;"TSET 00.02"
Query
Recall memory location-specific dwell time.
Programming
Query command: TSET?
Response string: TSET v
Length: 10 characters, fixed
Parameter: v (value)
Format: nn.nn
Example (HP Basic):
OUTPUT 713; "TDEF?"
ENTER 713; A$
DISP A$
Display: TDEF 00.02