SCPI.CALCulate(Ch).SELected.MARKer.FUNCtion.DOMain.MULTiple.STATe

Object type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).SELected.MARKer.FUNCtion.DOMain.MULTiple.STATe = Status

Status = SCPI.CALCulate(Ch).SELected.MARKer.FUNCtion.DOMain.MULTiple.STATe

 

The following syntax is also supported:

SCPI.CALCulate(Ch).TRACe(Tr).MARKer.FUNCtion.DOMain.MULTiple.STATe = Status

Status = SCPI.CALCulate(Ch).TRACe(Tr).MARKer.FUNCtion.DOMain.MULTiple.STATe

Description

This command sets/gets the state of the multiple search range for the active trace of the selected channel (Ch) in revision A.9.60 and above.

 

You can select the trace and set/get the multiple search range 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

Selection of the analysis range

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Specifies an arbitrary range

  • False or OFF: Specifies the entire sweep range

Preset value

False or OFF

Examples

see the example in SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.DOMain.MULTiple.RANGe  

Related objects

SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.DOMain.MULTiple.STARt

SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.DOMain.MULTiple.STOP

SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.DOMain.MULTiple.RANGe

Equivalent key

Marker Search > Search Range > Multiple Range  > Multiple Range

Equivalent SCPI command

Syntax

:CALCulate{[1]-160}[:SELected]:FUNCtion:DOMain:MULTiple[:STATe] {ON|OFF|1|0}

:CALCulate{[1]-160}[:SELected]:FUNCtion:DOMain:MULTiple[:STATe]?

 

The following syntax is also supported:

:CALCulate{[1]-160}:TRACe{[1]-16}:FUNCtion:DOMain:MULTiple[:STATe] {ON|OFF|1|0}

:CALCulate{[1]-160}:TRACe{[1]-16}:FUNCtion:DOMain:MULTiple[:STATe]?

Query response

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

Example of use

10 OUTPUT 717;":CALC1:FUNC:DOM ON"
20 OUTPUT 717;":CALC1:FUNC:DOM?"
30 ENTER 717;A