Programming
409
When performing the operation from the front panel, turn ON the marker
and set the stimulus value at the same time.
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.MARKER(Mk).X.DATA
:CALC<Ch>:MARK<Mk>:X:POS
Type
Command/Query
Syntax
:CALCulate<Ch>[:SELected]:MARKer<Mk>:X:POSition <Value>
:CALCulate<Ch>[:SELected]:MARKer<Mk>:X:POSition?
Description
This command sets/gets the measurement point number of the selected
marker (Mk:1-9) and reference marker (Mk:10).
Variable
Parameter Value
Description Point number
Data Type Numeric type (Real)
Range 1 to Number of Point
Preset Value
1
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Double
Var = 100
Ana.WriteString ":CALC1:MARK1:X:POS " & Str(Var), True
Ana.WriteString ":CALC1:MARK1:X:POS?", True
Var=Ana.ReadNumber
Related Commands
:CALC:MARK:X
:SENS:SWE:POIN
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)