Count
SCPI Command :
[SENSe]:DETect:LIMit:COUNt
- class CountCls[source]
Count commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() int [source]
# SCPI: [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 [SENSe:]DETect:LIMit is enabled.
- return
max_pulse_count: integer Range: 0 to see specifications document
- set(max_pulse_count: int) None [source]
# SCPI: [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 [SENSe:]DETect:LIMit is enabled.
- param max_pulse_count
integer Range: 0 to see specifications document