Programming
399
Equivalent Softkey
Marker Search > Peak > Peak Excursion
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.MARKER(Mk).FUNCTION.PEXCURSION
:CALC<Ch>:MARK<Mk>:FUNC:PPOL
Type
Command/Query
Syntax
:CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:PPOLarity
{POSitive|NEGative|BOTH}
:CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:PPOLarity?
Description
This command sets/gets the peak polarity type with marker 1 to 9 (MK:1-
9) and reference marker (Mk:10).
Variable
Parameter Selection Option
Description Peak polarity type
Data Type Character string type (String)
Range POSitive|NEGative|BOTH
Preset Value
POSitive
Query Response
{POS|NEG|BOTH}<newline><^END>
Examples
Dim Var as String
Var= "POS"
Ana.WriteString ":CALC1:MARK1:FUNC:PPOL " & Var, True
Ana.WriteString ":CALC1:MARK1:FUNC:PPOL?", True
Var=Ana.ReadString
Related Commands
:CALC:MARK:FUNC:TYPE
:CALC:MARK:FUNC:PEXC
:CALC:MARK:FUNC:EXEC
Equivalent Softkey