Command/Query
:SYSTem:SEQuence:BEEP {ON|PASS|FAIL|OFF}
:SYSTem:SEQuence:BEEP?
This command sets the beep sound for the test sequence.
Parameter |
Selection Option |
Description |
Setting the beep sound |
Data Type |
Character string type (String) |
Range |
ON|PASS|FAIL|OFF |
Preset Value |
ON |
{ON|PASS|FAIL|OFF}<newline><^END>
Dim Var as String
Var= "PASS"
Ena.WriteString ":SYST:SEQ:BEEP " & Var, True
Ena.WriteString ":SYST:SEQ:BEEP?", True
Var=Ena.ReadString
Edit Test > Test Sequence > Test Sequence > Beep > On | On Pass | On Fail | Off