SCPI Command
CALCulate<Ch>[:SELected]:FUNCtion:PPOLarity <char>
CALCulate<Ch>[:SELected]:FUNCtion:PPOLarity?
Or
CALCulate<Ch>:TRACe<Tr>:FUNCtion:PPOLarity <char>
CALCulate<Ch>:TRACe<Tr>:FUNCtion:PPOLarity?
Selects the polarity when performing the peak search with the CALC:FUNC:EXEC command. |
---|
command/query |
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
Or
CALCulate<Ch>:TRACe<Tr> — trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
<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
note |
This command is similar to CALCulate<Ch>[:SELected]:FUNCtion:PPOLarity only. |
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