Output
SCPI Commands :
OUTPut<HW>:AMODe
OUTPut<HW>:IMPedance
- Commands in total: 16Subgroups: 7Direct child commands: 2
- get_amode() PowAttModeSzu[source]
# OUTPut<HW>:AMODe value: enums.PowAttModeSzu = driver.output.get_amode()
Sets the step attenuator mode at the RF output. Note: The setting method
RsSmw.source.power.attenuation.rfOff.mode()FATTenuation has higher priority than the attenuator modes FIXed and MANual.- Returns:
amode: FIXed | MANual | AUTO AUTO The step attenuator adjusts the level settings automatically, within the full variation range. FIXed The step attenuator and amplifier stages are fixed at the current position, providing level settings with constant output VSWR. The resulting variation range is calculated according to the position. To use this mode, activate the ALC (see method
RsSmw.source.power.alc.state()) . MANual You can set the level manually, in 10 dB steps.
- get_impedance() InputImpRf[source]
# OUTPut<HW>:IMPedance value: enums.InputImpRf = driver.output.get_impedance()
Queries the impedance of the RF outputs.
- Returns:
impedance: G1K | G50 | G10K
- set_amode(amode: PowAttModeSzu) None[source]
# OUTPut<HW>:AMODe driver.output.set_amode(amode = enums.PowAttModeSzu.AUTO)
Sets the step attenuator mode at the RF output. Note: The setting method
RsSmw.source.power.attenuation.rfOff.mode()FATTenuation has higher priority than the attenuator modes FIXed and MANual.- Parameters:
amode – FIXed | MANual | AUTO AUTO The step attenuator adjusts the level settings automatically, within the full variation range. FIXed The step attenuator and amplifier stages are fixed at the current position, providing level settings with constant output VSWR. The resulting variation range is calculated according to the position. To use this mode, activate the ALC (see method
RsSmw.source.power.alc.state()) . MANual You can set the level manually, in 10 dB steps.
Cloning the Group
# Create a copy of the original group, that exists independently
output_copy = driver.output.clone()
Subgroups