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() RsSmw.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 when RF is off. Note: This setting overrides the RF level modes method RsSmw.Output.amodeFIXed|MANual. UNCHanged Freezes the current setting to keep the output impedance constant during RF off.

set_mode(mode: RsSmw.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 when RF is off. Note: This setting overrides the RF level modes method RsSmw.Output.amodeFIXed|MANual. UNCHanged Freezes the current setting to keep the output impedance constant during RF off.