Command/Query
:CALCulate<Ch>[:SELected]:MARKer:NOTCh[:STATe] {ON|OFF|1|0}
:CALCulate<Ch>[:SELected]:MARKer:NOTCh[:STATe]?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:MARKer:NOTCh[:STATe] {ON|OFF|1|0}
:CALCulate<Ch>:TRACe<Tr>:MARKer:NOTCh[:STATe]?
This command show/hide the marker notch (one per trace).
Parameter |
Selection Option |
Description |
ON/OFF of the notch search result display |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
Dim Var as Integer
Var = 1
Ena.WriteString ":CALC1:MARK:NOTC" & Str(Var), True
Ena.WriteString ":CALC1:MARK:NOTC?", True
Var=Ena.ReadNumber
Marker Search > Notch
SCPI.CALCULATE(Ch).SELECTED.MARKER.NOTCH.STATE
SCPI.CALCULATE(Ch).TRACE(Tr).MARKER.NOTCH.STATE