SCPI Command
CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:PPOLarity <char>
CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:PPOLarity?
Or
CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:FUNCtion:PPOLarity <char>
CALCulate<Ch>:TRACe<Tr>: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>,
Or
Marker <Mk> of the trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
<Mk> = {[1]|2|...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 > Marker Search > Peak > Peak Polarity > {Positive | Negative | Both}
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.PPOLarity
note |
This command is similar to CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:PPOLarity only. |
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