SCPI Command
CALCulate<Ch>[:SELected]:FUNCtion:TYPE <char>
CALCulate<Ch>[:SELected]:FUNCtion:TYPE?
Selects the type of analysis executed 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 transition:
PTPeak |
Peak–to–peak (difference between the maximum value and the minimum value) |
STDEV |
Standard deviation |
MEAN |
Mean value |
MAXimum |
Maximum value |
MINimum |
Minimum value |
PEAK |
Search for peak |
APEak |
Search for all the peaks |
ATARget |
Search for all targets |
{PTP|STDEV|MEAN|MAX|MIN|PEAK|APE|ATAR}
PTP
None
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.FUNCtion.TYPE
Param = app.SCPI.CALCulate(Ch).SELected.FUNCtion.TYPE
app.SCPI.CALCulate(Ch).SELected.FUNCtion.TYPE = "STDEV"
String (read/write)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)