SCPI Command
CALCulate<Ch>[:SELected]:FUNCtion:TYPE <char>
CALCulate<Ch>[:SELected]:FUNCtion:TYPE?
Or
CALCulate<Ch>:TRACe<Tr>:FUNCtion:TYPE <char>
CALCulate<Ch>:TRACe<Tr>:FUNCtion:TYPE?
Selects the type of analysis executed 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 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
note |
This command is similar to CALCulate<Ch>[:SELected]:FUNCtion:TYPE only. |
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