TypePy

SCPI Command :

[SENSe]:STATistic<n>:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) TraceStatistic[source]
# [SENSe]:STATistic<n>:TYPE
value: enums.TraceStatistic = driver.applications.k6Pulse.sense.statistic.typePy.get(window = repcap.Window.Default)

No help available

Parameters:

window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Statistic’)

Returns:

trace_statistic: SEL | ALL SEL Only the selected pulse from each capture is included in the statistical evaluation of trace results. The pulse is selected using SENSe:TRACe:MEASurement:DEFine:PULSe:SELected. ALL All measured pulses from each capture are included in the statistical evaluation of trace results.

set(trace_statistic: TraceStatistic, window=Window.Default) None[source]
# [SENSe]:STATistic<n>:TYPE
driver.applications.k6Pulse.sense.statistic.typePy.set(trace_statistic = enums.TraceStatistic.ALL, window = repcap.Window.Default)

No help available

Parameters:
  • trace_statistic – SEL | ALL SEL Only the selected pulse from each capture is included in the statistical evaluation of trace results. The pulse is selected using SENSe:TRACe:MEASurement:DEFine:PULSe:SELected. ALL All measured pulses from each capture are included in the statistical evaluation of trace results.

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Statistic’)