:CALC<Ch>:MARK:FUNC:TARG

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TARGet <Value>

:CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TARGet?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:FUNCtion:TARGet <Value>

:CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:FUNCtion:TARGet?

Description

This command sets/gets the target value.

Variable

Parameter

Value

Description

Target value for target search

Data Type

Numeric type (Real)

Range

-500M to 500M

Preset Value

0

Unit

Varies depending on the data format.

Log magnitude (MLOG): dB (decibel)

Phase (PHAS), Expanded phase (UPH) or Positive phase (PPH): ° (degree)

Group delay (GDEL): s (second)

Others: No unit

Note

If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set.

Query Response

{numeric}<newline><^END>

Examples

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

Equivalent Softkey

Marker Search > Target > Target Value

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.MARKER.FUNCTION.TARGET

SCPI.CALCULATE(Ch).TRACE(Tr).MARKER.FUNCTION.TARGET