:CALC<Ch>:MARK:FUNC:MULT:TARG

Type

Command/Query

Syntax

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

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

 

The following syntax is also supported:

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

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

Description

This command sets/gets multi search target value (one per trace).

Variable

Parameter

Value

Description

Target value

Data Type

Numeric type (Real)

Range

-500M ~ 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

Query Response

{numeric}<newline><^END>

Examples

Dim Target as Double
Target= -5
Ena.WriteString ":CALC1:MARK:FUNC:MULT:TYPE TARG", True
Ena.WriteString ":CALC1:MARK:FUNC:MULT:TARG " & Str(Target), True
Ena.WriteString ":CALC1:MARK:FUNC:MULT:TTR BOTH", True
Ena.WriteString ":CALC1:MARK:FUNC:EXEC", True

Related Commands

:CALC:MARK:FUNC:MULT:TYPE

:CALC:MARK:FUNC:MULT:TTR

:CALC:MARK:FUNC:EXEC

Equivalent Softkey

Marker Search > Multi Target > Target Value

COM Command Syntax (Internal Control Only)

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