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() PowRfOffMode[source]
# SCPI: [SOURce<HW>]:POWer:ATTenuation:RFOFf:MODE
value: enums.PowRfOffMode = driver.source.power.attenuation.rfOff.get_mode()

Determines the attenuator’s state after the instrument is switched on.

return:

mode: MAX| FATTenuated| FIXed| UNCHanged MAX = FATTenuated Sets attenuation to maximum when the RF signal is switched off. This setting is recommended for applications that require a high level of noise suppression. FIXed = UNCHanged Retains the current setting and keeps the output impedance constant during RF off.

set_mode(mode: PowRfOffMode) None[source]
# SCPI: [SOURce<HW>]:POWer:ATTenuation:RFOFf:MODE
driver.source.power.attenuation.rfOff.set_mode(mode = enums.PowRfOffMode.FIXed)

Determines the attenuator’s state after the instrument is switched on.

param mode:

MAX| FATTenuated| FIXed| UNCHanged MAX = FATTenuated Sets attenuation to maximum when the RF signal is switched off. This setting is recommended for applications that require a high level of noise suppression. FIXed = UNCHanged Retains the current setting and keeps the output impedance constant during RF off.