TypePy

SCPI Command :

[SENSe]:STATistic<n>:TYPE
class TypePyCls[source]

TypePy commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) RsFsw.enums.TraceStatistic[source]
# SCPI: [SENSe]:STATistic<n>:TYPE
value: enums.TraceStatistic = driver.applications.k6Pulse.sense.statistic.typePy.get(window = repcap.Window.Default)

No command help available

param window

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

return

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

No command help available

param 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.

param window

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