Id

SCPI Command :

[SENSe]:PULSe:ID
class IdCls[source]

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

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

param query_range

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

return

pulse_id: No help available