ST2515 Operation Manual
78
The :SYSTem:BEEPer:STATe command sets the beeper switch state of the instrument.
The :SYSTem:BEEPer:STATe? query returns to the current beeper state.
Command syntax:
:SYSTem:BEEPer:STATe <ON(1) or OFF(0)>
For example: WrtCmd(“:SYST:BEEP:STAT ON”); Set the save state of the instrument as “ON”.
Query Syntax: :SYST:BEEP:STAT?
Return format:
<NR1><NL^END>
<NR1> = 1 or 0
1: the current beeper state of the instrument is “ON”
0: the current beeper state of the instrument is “OFF”
The :SYSTem:LFRequency command sets the line frequency of the instrument.
The :SYSTem:LFRequency? query returns to the current line frequency.
Command syntax:
:SYSTem:LFRequency <50 or 60>
For example: WrtCmd(“:SYST:LFR 50”); Set the line frequency of the instrument as 50 Hz.
Query Syntax: :SYST: LFRequency?
Return format:
<NR1><NL^END>
<NR1> = 50 or 60
50: the current line frequency of the instrument is “50Hz”
60: the current line frequency of the instrument is “60Hz”
The :SYSTem:SAVE command is used to save the current parameter setting.