SCPI Command
CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:PPOLarity <char>
CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:PPOLarity?
Selects the peak polarity when the marker peak search is performed by the CALC:MARK:FUNC:EXEC command. |
---|
command/query |
Marker <Mk> of the active trace of channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1] … |16} (in N-port mode only)
<Mk>={[1] … |16}
Parameter
<char> Specifies the peak polarity:
POSitive |
Positive polarity |
NEGative |
Negative polarity |
BOTH |
Both positive polarity and negative polarity |
{POS|NEG|BOTH}
POS
Markers > Search > Search Peak > Peak Polarity > {Positive | Negative | Both}
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.PPOLarity
Param = app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.PPOLarity
app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.PPOLarity = "neg"
String (read/write)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)