Count

SCPI Command :

[SENSe]:PULSe:COUNt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(query_range: SelectionRangeB) int[source]
# [SENSe]:PULSe:COUNt
value: int = driver.applications.k6Pulse.sense.pulse.count.get(query_range = enums.SelectionRangeB.ALL)

Queries the number of detected pulses in the current capture buffer or the entire measurement.

Parameters:

query_range – CURRent | ALL CURRent Detected pulses in the current capture buffer ALL All detected pulses in the entire measurement.