E4990A Help
400
Marker Search > Peak > Peak Polarity
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.MARKER(Mk).FUNCTION.PPOLARITY
:CALC<Ch>:MARK<Mk>:FUNC:TARG
Type
Command/Query
Syntax
:CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TARGet <Value>
:CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TARGet?
Description
This command sets/gets the target value with marker 1 to 9 (MK:1-9) and
reference marker (Mk:10).
Variable
Parameter Value
Description Target value
Data Type Numeric type (Real)
Range -500M ~ 500M
Preset Value
0
Unit Depends on measurement format
Resolution -
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Double
Var= 100
Ana.WriteString ":CALC1:MARK1:FUNC:TARG " & Str(Var), True
Ana.WriteString ":CALC1:MARK1:FUNC:TARG?", True
Var=Ana.ReadNumber
Related Commands
:CALC:MARK:FUNC:TYPE
:CALC:MARK:FUNC:TTR