SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STOP

Object type

Property (Read-Write)

Syntax

All revision:

SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STOP = Value

Value = SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STOP

 

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

SCPI.CALCulate(Ch).TRACe(Tr).FUNCtion.DOMain.STOP = Value

Value = SCPI.CALCulate(Ch).TRACe(Tr).FUNCtion.DOMain.STOP

Description

This command sets/gets the stop value of the analysis range of the SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute object, for the selected channel (Ch).

When the trace coupling is off, the active trace is the target to be set.

 

In revision A.9.60 and above, you can select the trace and set/get the stop value of the analysis range of the SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute object for the trace (when trace coupling is off) just by executing the above TRACe(Tr) command.  You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.

Variable

Parameter

Value

Description

Stop value of the analysis range

Data type

Double precision floating point type (Double)

Preset value

0

Unit

Hz (hertz), dBm or s (second)

Examples

Dim AnaStop As Double
SCPI.CALCulate(1).SELected.FUNCtion.DOMain.STOP = 1.8E9
AnaStop = SCPI.CALCulate(1).SELected.FUNCtion.DOMain.STOP

Related objects

SCPI.CALCulate(Ch).SELected.FUNCtion.DATA

SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STARt

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

SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.COUPle

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

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

All revision:

:CALCulate{[1]-160}[:SELected]:FUNCtion:DOMain:STOP <numeric>

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

 

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

:CALCulate{[1]-160}:TRACe{[1]-16}:FUNCtion:DOMain:STOP <numeric>

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

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:FUNC:DOM:STOP 1.8E9"
20 OUTPUT 717;":CALC1:FUNC:DOM:STOP?"
30 ENTER 717;A