RfOff

SCPI Command :

[SOURce<HW>]:POWer:ATTenuation:RFOFf:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_mode() PowAttRfOffMode[source]
# [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.

Returns:

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.amode() FIXed | MANual. UNCHanged Freezes the current setting to keep the output impedance constant during RF off.

set_mode(mode: PowAttRfOffMode) None[source]
# [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.

Parameters:

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.amode() FIXed | MANual. UNCHanged Freezes the current setting to keep the output impedance constant during RF off.