Count

SCPI Commands

SENSe:SWEep:COUNt
class CountCls[source]

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

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

This command defines the number of measurements that are used to average the results.

return

averages: Number of measurements that are performed at a single frequency before average results are displayed. If you set an average of 0 or 1, the application performs a single measurement at each frequency. Range: 0 to 32767

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

This command defines the number of measurements that are used to average the results.

param averages

Number of measurements that are performed at a single frequency before average results are displayed. If you set an average of 0 or 1, the application performs a single measurement at each frequency. Range: 0 to 32767