Limit

SCPI Command :

[SENSe]:DETect:LIMit
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() bool[source]
# [SENSe]:DETect:LIMit
value: bool = driver.applications.k6Pulse.sense.detect.limit.get()

If enabled, the number of pulses to be detected is restricted. When the maximum number is exceeded, measurement is stopped for the current capture buffer. This limitation can be used to speed up the measurement if only a small number of pulses is of interest. The maximum number of pulses to be detected is defined using the method RsFsw.applications.k6Pulse.sense.detect.limit.count.set() command.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# [SENSe]:DETect:LIMit
driver.applications.k6Pulse.sense.detect.limit.set(state = False)

If enabled, the number of pulses to be detected is restricted. When the maximum number is exceeded, measurement is stopped for the current capture buffer. This limitation can be used to speed up the measurement if only a small number of pulses is of interest. The maximum number of pulses to be detected is defined using the method RsFsw.applications.k6Pulse.sense.detect.limit.count.set() command.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

Cloning the Group

# Create a copy of the original group, that exists independently
limit_copy = driver.applications.k6Pulse.sense.detect.limit.clone()

Subgroups