Property (Read-Write)
SCPI.SYSTem.BEEPer.COMPlete.STATe = Value
Value = SCPI.SYSTem.BEEPer.COMPlete.STATe
This command sets/gets complete beeper state.
Parameter |
Value |
Description |
Complete beeper state |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
ON |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as Boolean
Var= 1
SCPI.SYSTem.BEEPer.COMPlete.STATe = Var
Var = SCPI.SYSTem.BEEPer.COMPlete.STATe
SCPI.SYSTem.BEEPer.COMPlete.IMMediate
PN Menu: System > Misc Setup > Beeper > Beep Complete
SP Menu: System > Misc Setup > Beeper > Beep Complete
FP Menu: System > Misc Setup > Beeper > Beep Complete
TR Menu: System > Misc Setup > Beeper > Beep Complete
AM Menu: System > Misc Setup > Beeper > Beep Complete
BB Menu: System > Misc Setup > Beeper > Beep Complete
USER Menu: System > Misc Setup > Beeper > Beep Complete
:SYSTem:BEEPer:COMPlete:STATe {ON|OFF|1|0}
:SYSTem:BEEPer:COMPlete:STATe?
{ON|OFF|1|0} <newline><^END>
10 OUTPUT 717;":SYSTem:BEEPer:COMPlete:STATe 1"
20 OUTPUT 717;":SYSTem:BEEPer:COMPlete:STATe ?"
30 ENTER 717;A