Programming
393
{numeric}<newline><^END>
Examples
Dim Var as Double
Var= 10
Ana.WriteString ":CALC1:MARK:FUNC:MULT:PEXC " & Str(Var), True
Ana.WriteString ":CALC1:MARK:FUNC:MULT:PEXC?", True
Var=Ana.ReadNumber
Related Commands
:CALC:MARK:FUNC:EXEC
:CALC:MARK:FUNC:MULT:TYPE
:CALC:MARK:FUNC:MULT:PPOL
Equivalent Softkey
Marker Search > Multi Peak > Peak Excursion
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.MARKER.FUNCTION.MULTI.PEXCURSION
:CALC<Ch>:MARK:FUNC:MULT:PPOL
Type
Command/Query
Syntax
:CALCulate<Ch>[:SELected]:MARKer:FUNCtion:MULTi:PPOLarity
{POSitive|NEGative|BOTH}
:CALCulate<Ch>[:SELected]:MARKer:FUNCtion:MULTi:PPOLarity?
Description
This command sets/gets the peak polarity type.
Variable
Parameter Selection Option
Description Polarity type
Data Type Character string type (String)
Range POSitive|NEGative|BOTH
Preset Value
POSitive
Query Response
{POS|NEG|BOTH}<newline><^END>
Examples