Overlap
SCPI Command :
[SENSe]:SUBSpan:OVERlap
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# [SENSe]:SUBSpan:OVERlap value: float = driver.applications.k17Mcgd.sense.subspan.overlap.get()
Defines the frequency overlap of subspans for active frequency subspan measurements.
- Returns:
overlap_frequency: numeric value Unit: Hz
- set(overlap_frequency: float) None[source]
# [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.
- Parameters:
overlap_frequency – numeric value Unit: Hz
Cloning the Group
# Create a copy of the original group, that exists independently
overlap_copy = driver.applications.k17Mcgd.sense.subspan.overlap.clone()
Subgroups