RfOff
SCPI Command :
[SOURce<HW>]:POWer:ATTenuation:RFOFf:MODE
- class RfOffCls[source]
RfOff commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_mode() RsSmbv.enums.PowAttRfOffMode [source]
# SCPI: [SOURce<HW>]:POWer:ATTenuation:RFOFf:MODE value: enums.PowAttRfOffMode = driver.source.power.attenuation.rfOff.get_mode()
Selects the state the attenuator is to assume if the RF signal is switched off.
- return
mode: UNCHanged| FATTenuation FATTenuation The step attenuator switches to maximum attenuation UNCHanged Retains the current setting and keeps the output impedance constant during RF off.
- set_mode(mode: RsSmbv.enums.PowAttRfOffMode) None [source]
# SCPI: [SOURce<HW>]:POWer:ATTenuation:RFOFf:MODE driver.source.power.attenuation.rfOff.set_mode(mode = enums.PowAttRfOffMode.FATTenuation)
Selects the state the attenuator is to assume if the RF signal is switched off.
- param mode
UNCHanged| FATTenuation FATTenuation The step attenuator switches to maximum attenuation UNCHanged Retains the current setting and keeps the output impedance constant during RF off.