SCPI.CALCulate(Ch).SELected.MARKer.NOTCh

Object type

Property (Read-Write)

Syntax

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

Description

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.

Variable

Parameter

Status

Description

ON/OFF of the notch search result display

Data type

Boolean type (Boolean)

Range

Select from either of the following:

  • ON or 1: Turns ON the notch search result display.

  • OFF or 0: Turns OFF the notch search result display.

Preset value

OFF or 0

Examples

Dim NotchSrch As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.MARKer.NOTCH = True
NotchSrch = SCPI.CALCulate(1).SELected.MARKer.NOTCH

Related Objects

SCPI.CALCulate(Ch).PARameter(Tr).SELect

SCPI.CALCulate(Ch).SELected.MARKer.NOTCh.DATA

SCPI.CALCulate(Ch).SELected.MARKer(Mk).NOTCh.THReshold

Equivalent key

Marker Search > Notch

Equivalent SCPI command

Syntax

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]?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:MARK :NOTC ON"
20 OUTPUT 717;":CALC1:MARK :NOTC?"
30 ENTER 717;A