Mode

SCPI Command :

SYSTem:IFGain:MODE
class ModeCls[source]

Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.IfGainMode[source]
# SCPI: SYSTem:IFGain:MODE
value: enums.IfGainMode = driver.system.ifGain.mode.get()

Configures the internal IF gain settings in HP emulation mode due to the application needs. This setting is only taken into account for resolution bandwidth < 300 kHz and is only available if a HP language is selected using method RsFsw. System.Language.set.

return

mode: NORMal | PULSe NORMal Optimized for high dynamic range, overload limit is close to reference level. PULSe Optimized for pulsed signals, overload limit up to 10 dB above reference level.

set(mode: RsFsw.enums.IfGainMode) None[source]
# SCPI: SYSTem:IFGain:MODE
driver.system.ifGain.mode.set(mode = enums.IfGainMode.NORMal)

Configures the internal IF gain settings in HP emulation mode due to the application needs. This setting is only taken into account for resolution bandwidth < 300 kHz and is only available if a HP language is selected using method RsFsw. System.Language.set.

param mode

NORMal | PULSe NORMal Optimized for high dynamic range, overload limit is close to reference level. PULSe Optimized for pulsed signals, overload limit up to 10 dB above reference level.