Span

SCPI Command :

[SENSe]:ADEMod:SPECtrum:SPAN
Commands in total: 3
Subgroups: 2
Direct child commands: 1
get() float[source]
# [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 method RsFsw.sense.frequency.span.set() command for new remote control programs.

Returns:

frequency: Unit: HZ

set(frequency: float) None[source]
# [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 method RsFsw.sense.frequency.span.set() command for new remote control programs.

Parameters:

frequency – Unit: HZ

Cloning the Group

# Create a copy of the original group, that exists independently
span_copy = driver.applications.k17Mcgd.sense.ademod.spectrum.span.clone()

Subgroups