Command/Query
: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?
This command sets/gets the target value.
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. |
{numeric}<newline><^END>
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
Marker Search > Target > Target Value
SCPI.CALCULATE(Ch).SELECTED.MARKER.FUNCTION.TARGET
SCPI.CALCULATE(Ch).TRACE(Tr).MARKER.FUNCTION.TARGET