Property (Read-Write)
All revision:
SCPI.CALCulate(Ch).SELected.MARKer.NOTCh = Status
Status = SCPI.CALCulate(Ch).SELected.MARKer.NOTCh
In revision A.9.60 and above, the following syntax is also supported:
SCPI.CALCulate(Ch).TRACe(Tr).MARKer.NOTCh = Status
Status = SCPI.CALCulate(Ch).TRACe(Tr).MARKer.NOTCh
This command turns ON/OFF the notch search result display, for the active trace of selected channel (Ch).
In revision A.9.60 and above, you can select the trace and turn ON/OFF the notch search result display for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.
Parameter |
Status |
Description |
ON/OFF of the notch search result display |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
OFF or 0 |
Dim NotchSrch As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.MARKer.NOTCH = True
NotchSrch = SCPI.CALCulate(1).SELected.MARKer.NOTCH
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.MARKer.NOTCh.DATA
SCPI.CALCulate(Ch).SELected.MARKer(Mk).NOTCh.THReshold
Marker Search > Notch
All revision:
:CALCulate{[1]-160}[:SELected]:MARKer:NOTCh[:STATe] {ON|OFF|1|0}
:CALCulate{[1]-160}[:SELected]:MARKer:NOTCh[:STATe]?
In revision A.9.60 and above:
:CALCulate{[1]-160}:TRACe{[1]-16}:MARKer:NOTCh[:STATe] {ON|OFF|1|0}
:CALCulate{[1]-160}:TRACe{[1]-16}:MARKer:NOTCh[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":CALC1:MARK :NOTC ON"
20 OUTPUT 717;":CALC1:MARK :NOTC?"
30 ENTER 717;A