MixerLevelOffset

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:RFSettings:SCC<Carrier>:MLOFfset
class MixerLevelOffsetCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:RFSettings:SCC<Carrier>:MLOFfset
value: int = driver.configure.rfSettings.scc.mixerLevelOffset.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Varies the input level of the mixer in the analyzer path.

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

return:

mix_lev_offset: numeric Range: -10 dB to 10 dB, Unit: dB

set(mix_lev_offset: int, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:RFSettings:SCC<Carrier>:MLOFfset
driver.configure.rfSettings.scc.mixerLevelOffset.set(mix_lev_offset = 1, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Varies the input level of the mixer in the analyzer path.

param mix_lev_offset:

numeric Range: -10 dB to 10 dB, Unit: dB

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)