Range
SCPI Command :
[SENSe]:DETect:RANGe
- class RangeCls[source]
Range commands group definition. 3 total commands, 2 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [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.
- return
state: ON | OFF | 0 | 1 OFF | 0 The entire capture buffer is analyzed. ON | 1 The range defined by [SENSe:]DETect:RANGe:STARt and [SENSe:]DETect:RANGe:LENGth is analyzed.
- set(state: bool) None [source]
# SCPI: [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.
- param state
ON | OFF | 0 | 1 OFF | 0 The entire capture buffer is analyzed. ON | 1 The range defined by [SENSe:]DETect:RANGe:STARt and [SENSe:]DETect:RANGe:LENGth is analyzed.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k6Pulse.sense.detect.range.clone()
Subgroups