E4990A Help
394
Dim Var as String
Var= "POS"
Ana.WriteString ":CALC1:MARK:FUNC:MULT:PPOL " & Var, True
Ana.WriteString ":CALC1:MARK:FUNC:MULT:PPOL?", True
Var=Ana.ReadString
Related Commands
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.MARKER.FUNCTION.MULTI.PPOLARITY
: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?
Description
This command sets/gets the target value for multiple search.
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:MARK:FUNC:MULT:TARG " & Str(Var), True