Current
SCPI Command :
[SENSe]:SWEep:COUNt:CURRent
- class CurrentCls[source]
Current commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(counter: Optional[RsFsw.enums.Counter] = None) int [source]
# SCPI: [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.
- param counter
CAPTure | STATistics STATistics Returns the number of result ranges that have been evaluated. CAPTure Returns the number of used capture buffers evaluated.
- return
count: No help available