SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.EXECute

Object type

Method (Write-only)

Syntax

All revision:

SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.EXECute

 

In revision A.9.60 and above, the following syntax is also supported:

SCPI.CALCulate(Ch).TRACe(Tr).MARKer(Mk).FUNCtion.EXECute

Description

This command executes search with marker 1 to 9 (Mk) and reference marker (Mk:10), for the active trace of selected channel (Ch).

To specify the type of the search, use the SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion. TYPE object. (No read)

 

In revision A.9.60 and above, you can select the trace and execute search with marker 1 to 9 (Mk) and reference marker (Mk:10), for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.

Examples

SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.MARKer(1).FUNCtion.TYPE = "maximum"
SCPI.CALCulate(1).SELected.MARKer(1).FUNCtion.EXECute

Related objects

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

SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.TYPE

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

Equivalent key

Marker Search > Max|Min

Marker Search > Peak > Search Peak|Search Left|Search Right

Marker Search > Target > Search Target|Search Left|Search Right

When performing the operation from the front panel, you select the search type and execute the search at the same time.

Equivalent SCPI command

Syntax

All revision:

:CALCulate{[1]-160}[:SELected]:MARKer{[1]-10}:FUNCtion:EXECute

 

In revision A.9.60 and above, the following syntax is also supported:

:CALCulate{[1]-160}:TRACe{[1]-16}:MARKer{[1]-10}:FUNCtion:EXECute

 

Example of use

10 OUTPUT 717;":CALC1:MARK1:FUNC:EXEC"