Count

SCPI Commands

SENSe:SWEep:COUNt
class CountCls[source]

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

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

This command defines the number of measurements that the application uses to average traces. In continuous measurement mode, the application calculates the moving average over the average count. In single measurement mode, the application stops the measurement and calculates the average after the average count has been reached.

return

sweep_count: No help available

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

This command defines the number of measurements that the application uses to average traces. In continuous measurement mode, the application calculates the moving average over the average count. In single measurement mode, the application stops the measurement and calculates the average after the average count has been reached.

param sweep_count

No help available

Cloning the Group

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

Subgroups