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 UNCHanged Retains the current setting and keeps 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 UNCHanged Retains the current setting and keeps the output impedance constant during RF off.