Property (Read-Write)
SCPI.CALCulate.USER(Ch).ALLTrace.MARKer.COUPle.STATe = Value
Value = SCPI.CALCulate.USER(Ch).ALLTrace.MARKer.COUPle.STATe
This command sets/gets marker couple on/off, for the selected channel Ch.
Parameter |
Value |
Description |
Marker Coupling Function state (On/Off) |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as Boolean
Var= 1
SCPI.CALCulate.USER1.ALLTrace.MARKer.COUPle.STATe = Var
Var = SCPI.CALCulate.USER1.ALLTrace.MARKer.COUPle.STATe
SCPI.CALCulate.USER(Ch).ALLTrace.MARKer.DISCrete.STATe
SCPI.CALCulate.USER(Ch).ALLTrace.MARKer.REFerence.NUMBer
SCPI.CALCulate.USER(Ch).ALLTrace.MARKer.REFerence.STATe
USER Menu: Marker > Couple
:CALCulate:USER[1-1]:ALLTrace:MARKer:COUPle:STATe {ON|OFF|1|0}
:CALCulate:USER[1-1]:ALLTrace:MARKer:COUPle:STATe?
{ON|OFF|1|0} <newline><^END>
10 OUTPUT 717;":CALCulate:USER1:ALLTrace:MARKer:COUPle:STATe 1"
20 OUTPUT 717;":CALCulate:USER1:ALLTrace:MARKer:COUPle:STATe ?"
30 ENTER 717;A