Number

SCPI Command :

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

Queries the detected pulse numbers, i.e. the index within the capture buffer (as opposed to method RsFsw.applications.k6Pulse.sense.pulse.id.get() ) .

Parameters:

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