Current

SCPI Command :

[SENSe]:SWEep:COUNt:CURRent
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(counter: Counter = None) int[source]
# [SENSe]:SWEep:COUNt:CURRent
value: int = driver.applications.k70Vsa.sense.sweep.count.current.get(counter = enums.Counter.CAPTure)

Queries the current statistics counter value which indicates how many result ranges have been evaluated. For results that use the capture buffer as a source, the number of used capture buffers can be queried.

Parameters:

counter – CAPTure | STATistics STATistics Returns the number of result ranges that have been evaluated. CAPTure Returns the number of used capture buffers evaluated.