Range

SCPI Command :

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

Enables or disables the use of a detection range instead of the entire capture buffer for analysis.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 The entire capture buffer is analyzed. ON | 1 The range defined by method RsFsw.applications.k6Pulse.sense.detect.range.start.set() and method RsFsw.applications.k6Pulse.sense.detect.range.length.set() is analyzed.

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

Enables or disables the use of a detection range instead of the entire capture buffer for analysis.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 The entire capture buffer is analyzed. ON | 1 The range defined by method RsFsw.applications.k6Pulse.sense.detect.range.start.set() and method RsFsw.applications.k6Pulse.sense.detect.range.length.set() is analyzed.

Cloning the Group

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

Subgroups