:CALC<Ch>:MARK:FUNC:DOM:STOP

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:STOP <Value>

:CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:STOP?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:MARKer:FUNCtion:DOMain:STOP <Value>

:CALCulate<Ch>:TRACe<Tr>:MARKer:FUNCtion:DOMain:STOP?

Description

This command sets/gets the stop value of the marker search range.

Variable

Parameter

Value

Description

Stop value of the analysis range

Data Type

Numeric type (Real)

Preset Value

0

Unit

Hz (hertz), s (second), m (meter), ft (feet) or in (inches)

Query Response

{numeric}<newline><^END>

Examples

Dim Var as Double
Var= -500000000000
Ena.WriteString ":CALC1:MARK:FUNC:DOM:STOP" & Str(Var), True
Ena.WriteString ":CALC1:MARK:FUNC:DOM:STOP?", True
Var=Ena.ReadNumber

Related Commands

:CALC:MARK:FUNC:DOM:STAR

:CALC:MARK:FUNC:DOM

:CALC:MARK:FUNC:EXEC

Equivalent Softkey

Marker Search > Search Range > Stop

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.MARKER.FUNCTION.DOMAIN.STOP

SCPI.CALCULATE(Ch).TRACE(Tr).MARKER.FUNCTION.DOMAIN.STOP