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.StatisticType[source]
# SCPI: [SENSe]:STATistic<n>:TYPE
value: enums.StatisticType = driver.applications.k60Transient.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

statistic_type: No help available

set(statistic_type: RsFsw.enums.StatisticType, window=Window.Default) None[source]
# SCPI: [SENSe]:STATistic<n>:TYPE
driver.applications.k60Transient.sense.statistic.typePy.set(statistic_type = enums.StatisticType.ALL, window = repcap.Window.Default)

No command help available

param statistic_type

No help available

param window

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