Foffset

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:FADing:SCC<Carrier>:AWGN:FOFFset
class FoffsetCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:FADing:SCC<Carrier>:AWGN:FOFFset
value: float = driver.configure.fading.scc.awgn.foffset.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Shifts the center frequency of the noise bandwidth relative to the carrier center frequency.

param secondaryCompCarrier:

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

return:

offset: numeric Range: -40 MHz to 40 MHz, Unit: Hz

set(offset: float, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:FADing:SCC<Carrier>:AWGN:FOFFset
driver.configure.fading.scc.awgn.foffset.set(offset = 1.0, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Shifts the center frequency of the noise bandwidth relative to the carrier center frequency.

param offset:

numeric Range: -40 MHz to 40 MHz, Unit: Hz

param secondaryCompCarrier:

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