Count
SCPI Command :
[SENSe]:DETect:LIMit:COUNt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() int[source]
# [SENSe]:DETect:LIMit:COUNt value: int = driver.applications.k6Pulse.sense.detect.limit.count.get()
Defines the maximum number of pulses to be detected. This limit is only considered if method
RsFsw.applications.k6Pulse.sense.detect.limit.set()is enabled.- Returns:
max_pulse_count: integer Range: 0 to see specifications document
- set(max_pulse_count: int) None[source]
# [SENSe]:DETect:LIMit:COUNt driver.applications.k6Pulse.sense.detect.limit.count.set(max_pulse_count = 1)
Defines the maximum number of pulses to be detected. This limit is only considered if method
RsFsw.applications.k6Pulse.sense.detect.limit.set()is enabled.- Parameters:
max_pulse_count – integer Range: 0 to see specifications document