Frequency

SCPI Commands :

CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FREQuency:CENTer
CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FREQuency:STARt
CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FREQuency:STOP
CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FREQuency:LASPan
class FrequencyCls[source]

Frequency commands group definition. 6 total commands, 1 Subgroups, 4 group commands

get_center() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FREQuency:CENTer
value: float = driver.configure.gprf.measurement.spectrum.frequency.get_center()

No command help available

return:

center_frequency: No help available

get_laspan() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FREQuency:LASPan
value: float = driver.configure.gprf.measurement.spectrum.frequency.get_laspan()

No command help available

return:

last_span: No help available

get_start() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FREQuency:STARt
value: float = driver.configure.gprf.measurement.spectrum.frequency.get_start()

No command help available

return:

start_frequency: No help available

get_stop() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FREQuency:STOP
value: float = driver.configure.gprf.measurement.spectrum.frequency.get_stop()

No command help available

return:

stop_frequency: No help available

set_center(center_frequency: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FREQuency:CENTer
driver.configure.gprf.measurement.spectrum.frequency.set_center(center_frequency = 1.0)

No command help available

param center_frequency:

No help available

set_laspan(last_span: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FREQuency:LASPan
driver.configure.gprf.measurement.spectrum.frequency.set_laspan(last_span = 1.0)

No command help available

param last_span:

No help available

set_start(start_frequency: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FREQuency:STARt
driver.configure.gprf.measurement.spectrum.frequency.set_start(start_frequency = 1.0)

No command help available

param start_frequency:

No help available

set_stop(stop_frequency: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FREQuency:STOP
driver.configure.gprf.measurement.spectrum.frequency.set_stop(stop_frequency = 1.0)

No command help available

param stop_frequency:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.gprf.measurement.spectrum.frequency.clone()

Subgroups