![KUST Elektronik PT5040 Operation Manual Download Page 78](http://html1.mh-extra.com/html/kust-elektronik/pt5040/pt5040_operation-manual_2012318078.webp)
Control
PT5040 Operation Manual Chapter 8 SCPI Command reference
NOTE: The file contains the page information. When a file is loaded, PT50xx will display
the saved page.
The :SAVE:STATe or STORe:STATe command is used to save the current setting data to a file.
Command syntax: MMEMory:STORe:STATe <record number> [,<“filename”>]
Where,
<record number> is the file serial number ranging from 1 to 60 , NR1 format without unit.
<“filename”> The file name consists of less than 12 ASCII characters. <Unnamed> will be the
default name, if you don‟t input a file name.
For example: WrtCmd(“MMEM:STOR:STAT 1
,
“#PT50xx*””)
;
NOTE: 1. PT50xxwill not give a warning message when the existent file is to be over
written.
2. PT50xx will display warning message
“Test standard wave first” on the system
message line when you try to save a file without the standard waveform data.
NOTE
:
The file name assigned by bus will be quoted without any change, thus user can
enter some special characters such as special symbols and letters in lower case that cannot be
input on the panel of the instrument.
The :DELete:STATe command deletes a file.
Command syntax: MMEMory:DELete:STATe <record number>
Where,
<record number> is the file serial number ranging form 1 to 60, NR1 format without unit.
For example: WrtCmd( “MMEM:DEL:STAT 1” ); delete file 1.
NOTE: PT50xx will not give a warning message when a file is to be deleted.
Local
subsystem commands
The Local Control subsystem command is used to terminate bus control state and to return to local
control state.
Command syntax: LCONTROL or LCON
For example: WrtCmd( “LCON” )
;
WrtCmd( “LCONTROL” )
;
Common commands
PT50xx provides following common commands:
*RST
The *RST command is used to reset the instrument.
Command syntax: *RST
For example: WrtCmd( “*RST” )
;
8-29