Count

SCPI Command :

[SENSe]:SWEep:STATistics:COUNt
class CountCls[source]

Count commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:SWEep:STATistics:COUNt
value: float = driver.applications.k18AmplifierEt.sense.sweep.statistics.count.get()

Sets and queries the sweep statistics count.

return

count: numeric value

set(count: float) None[source]
# SCPI: [SENSe]:SWEep:STATistics:COUNt
driver.applications.k18AmplifierEt.sense.sweep.statistics.count.set(count = 1.0)

Sets and queries the sweep statistics count.

param count

numeric value

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k18AmplifierEt.sense.sweep.statistics.count.clone()

Subgroups