Number

SCPI Command :

[SENSe]:PULSe:NUMBer
class NumberCls[source]

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

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

param query_range

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

return

pulse_number: No help available