Span
SCPI Command :
[SENSe]:ADEMod:SPECtrum:SPAN
- class SpanCls[source]
Span commands group definition. 3 total commands, 2 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:ADEMod:SPECtrum:SPAN value: float = driver.applications.k17Mcgd.sense.ademod.spectrum.span.get()
Sets/queries the frequency span in Hz. Note that this command is maintained for compatibility reasons only. Use the [SENSe<ip>:]FREQuency:SPAN command for new remote control programs.
- return
frequency: Unit: HZ
- set(frequency: float) None [source]
# SCPI: [SENSe]:ADEMod:SPECtrum:SPAN driver.applications.k17Mcgd.sense.ademod.spectrum.span.set(frequency = 1.0)
Sets/queries the frequency span in Hz. Note that this command is maintained for compatibility reasons only. Use the [SENSe<ip>:]FREQuency:SPAN command for new remote control programs.
- param frequency
Unit: HZ
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k17Mcgd.sense.ademod.spectrum.span.clone()
Subgroups