Overlap
SCPI Command :
[SENSe]:SUBSpan:OVERlap
- class OverlapCls[source]
Overlap commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:SUBSpan:OVERlap value: float = driver.applications.k17Mcgd.sense.subspan.overlap.get()
Defines the frequency overlap of subspans for active frequency subspan measurements.
- return
overlap_frequency: numeric value Unit: Hz
- set(overlap_frequency: float) None [source]
# SCPI: [SENSe]:SUBSpan:OVERlap driver.applications.k17Mcgd.sense.subspan.overlap.set(overlap_frequency = 1.0)
Defines the frequency overlap of subspans for active frequency subspan measurements.
- param overlap_frequency
numeric value Unit: Hz
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k17Mcgd.sense.subspan.overlap.clone()
Subgroups