![KUST Elektronik PT5040 Operation Manual Download Page 79](http://html1.mh-extra.com/html/kust-elektronik/pt5040/pt5040_operation-manual_2012318079.webp)
PT5040 Operation Manual Chapter 8 SCPI Command reference
*TRG
The *TRG command (trigger command) triggers a measurement and writes the tested waveform
data into the output buffer. This command is equal to TRIG+FETCh TWAVE? command.
Command syntax: *TRG
?
For example: WrtCmd( “*TRG
?
” )
;
NOTE:
This command is only available on the <MEAS DISP> pages. This command will
also be ignored when PT50xx is in the testing state. This command is only used to trigger a
measurement except for sampling a standard waveform. Refer to Standard WAVE Subsystem
commands for standard waveform test.
*IDN?
The *IDN? query returns the PT50xx‟s ID information.
Query syntax: *IDN
?
Return format: <manufacturer>,<model>,<firmware><NL^END>
Where,
<manufacturer> Manufacturer
(
KUST Elektronik GmbH
)
<model> Model
(
PT50xx
)
<firmware> Firmware
(
VER2.3.7
)
The *TST command, the self-test query command, is used to execute internal self-test and read out
resluts. For PT50xx series, the result for query report is usually “0”, which means no error.
Query syntax: *TST?
Return format: 0<NL^END>
Where,
0
(
NR1format
)
For example: WrtCmd (“*TST?”);
8-30