Level

SCPI Command :

CHANnel<*>:EFRontend:RFINput:LEVel
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) float[source]
# CHANnel<*>:EFRontend:RFINput:LEVel
value: float = driver.channel.efrontend.rfInput.level.get(channel = repcap.Channel.Default)

Sets the reference level of the signal at the RF input of the external frontend. If this level is entered correctly, the external frontend is configured such that the level at the input of the R&S RTP is optimal.

Parameters:

channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)

Returns:

rf_level: -100 to 100

set(rf_level: float, channel=Channel.Default) None[source]
# CHANnel<*>:EFRontend:RFINput:LEVel
driver.channel.efrontend.rfInput.level.set(rf_level = 1.0, channel = repcap.Channel.Default)

Sets the reference level of the signal at the RF input of the external frontend. If this level is entered correctly, the external frontend is configured such that the level at the input of the R&S RTP is optimal.

Parameters:
  • rf_level – -100 to 100

  • channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)