Spectrum

SCPI Commands :

TRIGger:GPRF:MEASurement<Instance>:SPECtrum:THReshold
TRIGger:GPRF:MEASurement<Instance>:SPECtrum:SLOPe
TRIGger:GPRF:MEASurement<Instance>:SPECtrum:MGAP
TRIGger:GPRF:MEASurement<Instance>:SPECtrum:OFFSet
TRIGger:GPRF:MEASurement<Instance>:SPECtrum:TOUT
class SpectrumCls[source]

Spectrum commands group definition. 5 total commands, 0 Subgroups, 5 group commands

get_mgap() float[source]
# SCPI: TRIGger:GPRF:MEASurement<Instance>:SPECtrum:MGAP
value: float = driver.trigger.gprf.measurement.spectrum.get_mgap()

No command help available

return:

minimum_gap: No help available

get_offset() float[source]
# SCPI: TRIGger:GPRF:MEASurement<Instance>:SPECtrum:OFFSet
value: float = driver.trigger.gprf.measurement.spectrum.get_offset()

No command help available

return:

trigger_offset: No help available

get_slope() SignalSlopeExt[source]
# SCPI: TRIGger:GPRF:MEASurement<Instance>:SPECtrum:SLOPe
value: enums.SignalSlopeExt = driver.trigger.gprf.measurement.spectrum.get_slope()

No command help available

return:

slope: No help available

get_threshold() float[source]
# SCPI: TRIGger:GPRF:MEASurement<Instance>:SPECtrum:THReshold
value: float = driver.trigger.gprf.measurement.spectrum.get_threshold()

No command help available

return:

threshold: No help available

get_timeout() float[source]
# SCPI: TRIGger:GPRF:MEASurement<Instance>:SPECtrum:TOUT
value: float or bool = driver.trigger.gprf.measurement.spectrum.get_timeout()

No command help available

return:

trigger_timeout: (float or boolean) No help available

set_mgap(minimum_gap: float) None[source]
# SCPI: TRIGger:GPRF:MEASurement<Instance>:SPECtrum:MGAP
driver.trigger.gprf.measurement.spectrum.set_mgap(minimum_gap = 1.0)

No command help available

param minimum_gap:

No help available

set_offset(trigger_offset: float) None[source]
# SCPI: TRIGger:GPRF:MEASurement<Instance>:SPECtrum:OFFSet
driver.trigger.gprf.measurement.spectrum.set_offset(trigger_offset = 1.0)

No command help available

param trigger_offset:

No help available

set_slope(slope: SignalSlopeExt) None[source]
# SCPI: TRIGger:GPRF:MEASurement<Instance>:SPECtrum:SLOPe
driver.trigger.gprf.measurement.spectrum.set_slope(slope = enums.SignalSlopeExt.FALLing)

No command help available

param slope:

No help available

set_threshold(threshold: float) None[source]
# SCPI: TRIGger:GPRF:MEASurement<Instance>:SPECtrum:THReshold
driver.trigger.gprf.measurement.spectrum.set_threshold(threshold = 1.0)

No command help available

param threshold:

No help available

set_timeout(trigger_timeout: float) None[source]
# SCPI: TRIGger:GPRF:MEASurement<Instance>:SPECtrum:TOUT
driver.trigger.gprf.measurement.spectrum.set_timeout(trigger_timeout = 1.0)

No command help available

param trigger_timeout:

(float or boolean) No help available