Id

SCPI Command :

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

Queries the ids of the detected pulses, i.e the unique index within the entire measurement (as opposed to method RsFsw.applications.k6Pulse.sense.pulse.number.get() ) .

Parameters:

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