EasyManua.ls Logo

Sourcetronic ST2683A - SCPI Command Reference; GPIB Common Comamnds

Sourcetronic ST2683A
60 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
ST2683A Operation Manual Ver.1.3
49
Where,
<value> file sequence number of 1-20 (NR1)
For example, WrtCmd(“MMEM:LOAD:STAT 1”);
The :STORe:STATe command is used to store the current setup of the instrument to a file.
Command syntax: MMEMory:STOR:STATe <value>,<name>
Where,
<value> file sequence number of 1-20 (NR1).
<name> file name (suffix .STA is not required, the length is less than 15 characters).
For example, WrtCmd(“MMEM:STOR:STAT 1,ABC”);
7.3 GPIB Common Comamnds
*RST *TRG *IDN
The *RST command resets the instrument.
Command syntax: *RST
For example: WrtCmd(“*RST”);
The *TRG command triggers the measurement and then sends the result to the output buffer.
Command syntax: *TRG
For example: WrtCmd(“*TRG”);
NOTE: ”*trg” will be valid when :INIT:CONT ON and trig:sour bus commands are enabled.
The *IDN? query returns ST2683As identification string.
Query syntax: *IDN?
Return format: <manufacturer>,<model>,<firmware><NL^END>
Where,
<manufacturer> Name of Manufacturer ( Sourcetronic)
<model> Instrument Model (ST2683A/ST2683B)
<firmware> Firmware Version (Version 1.0.0)
For example: WrtCmd(“*IDN?”);

Table of Contents