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