Immediate

SCPI Commands :

[SOURce<HW>]:POWer:[LEVel]:[IMMediate]:OFFSet
[SOURce<HW>]:POWer:[LEVel]:[IMMediate]:RCL
[SOURce<HW>]:POWer:[LEVel]:[IMMediate]:[AMPLitude]
class ImmediateCls[source]

Immediate commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_amplitude() float[source]
# SCPI: [SOURce<HW>]:POWer:[LEVel]:[IMMediate]:[AMPLitude]
value: float = driver.source.power.level.immediate.get_amplitude()

Sets the RF level at the RF output connector of the instrument.

return:

amplitude: float Range: -120 to 25, Unit: dBm

get_offset() float[source]
# SCPI: [SOURce<HW>]:POWer:[LEVel]:[IMMediate]:OFFSet
value: float = driver.source.power.level.immediate.get_offset()

Specifies the constant level offset of a downstream attenuator/amplifier. If a level offset is entered, the level entered with POWer no longer corresponds to the RF output level. The following correlation applies: POWer = RF output level + POWer:OFFSet. Entering a level offset does not change the RF output level, but rather the query value of POWer. Only dB is permitted as the unit here. The linear units (V, W, etc.) are not permitted.

return:

offset: float Range: -100 to 100

get_recall() InclExcl[source]
# SCPI: [SOURce<HW>]:POWer:[LEVel]:[IMMediate]:RCL
value: enums.InclExcl = driver.source.power.level.immediate.get_recall()

No command help available

return:

rcl_excl_pow: No help available

set_amplitude(amplitude: float) None[source]
# SCPI: [SOURce<HW>]:POWer:[LEVel]:[IMMediate]:[AMPLitude]
driver.source.power.level.immediate.set_amplitude(amplitude = 1.0)

Sets the RF level at the RF output connector of the instrument.

param amplitude:

float Range: -120 to 25, Unit: dBm

set_offset(offset: float) None[source]
# SCPI: [SOURce<HW>]:POWer:[LEVel]:[IMMediate]:OFFSet
driver.source.power.level.immediate.set_offset(offset = 1.0)

Specifies the constant level offset of a downstream attenuator/amplifier. If a level offset is entered, the level entered with POWer no longer corresponds to the RF output level. The following correlation applies: POWer = RF output level + POWer:OFFSet. Entering a level offset does not change the RF output level, but rather the query value of POWer. Only dB is permitted as the unit here. The linear units (V, W, etc.) are not permitted.

param offset:

float Range: -100 to 100

set_recall(rcl_excl_pow: InclExcl) None[source]
# SCPI: [SOURce<HW>]:POWer:[LEVel]:[IMMediate]:RCL
driver.source.power.level.immediate.set_recall(rcl_excl_pow = enums.InclExcl.EXCLude)

No command help available

param rcl_excl_pow:

No help available