TypePy

SCPI Command :

[SENSe]:STATistic<n>:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) StatisticType[source]
# [SENSe]:STATistic<n>:TYPE
value: enums.StatisticType = driver.applications.k60Transient.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’)

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

No help available

Parameters:

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