Count

SCPI Command :

[SENSe]:PULSe:COUNt
class CountCls[source]

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

get(query_range: RsFsw.enums.SelectionRangeB) int[source]
# SCPI: [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.

param query_range

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

return

result: No help available