Count

SCPI Command :

[SENSe]:SWEep:STATistics:COUNt
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# [SENSe]:SWEep:STATistics:COUNt
value: float = driver.applications.k18AmplifierEt.sense.sweep.statistics.count.get()

Sets and queries the sweep statistics count.

Returns:

count: numeric value

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

Sets and queries the sweep statistics count.

Parameters:

count – numeric value

Cloning the Group

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

Subgroups