Foffset

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:RFSettings:FOFFset:DL
CONFigure:GSM:SIGNaling<Instance>:RFSettings:FOFFset:UL
class Foffset[source]

Foffset commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_downlink()int[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:RFSettings:FOFFset:DL
value: int = driver.configure.rfSettings.foffset.get_downlink()

Specifies a positive or negative frequency offset to be added to the downlink center frequency of the configured channel, see CONFigure:GSM:SIGN<i>:RFSettings:CHANnel.

return

offset: Range: -100000 Hz to 100000 Hz , Unit: Hz

get_uplink()int[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:RFSettings:FOFFset:UL
value: int = driver.configure.rfSettings.foffset.get_uplink()

Specifies a positive or negative frequency offset to be added to the uplink center frequency of the configured channel, see CONFigure:GSM:SIGN<i>:RFSettings:CHANnel.

return

offset: Range: -100000 Hz to 100000 Hz , Unit: Hz

set_downlink(offset: int)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:RFSettings:FOFFset:DL
driver.configure.rfSettings.foffset.set_downlink(offset = 1)

Specifies a positive or negative frequency offset to be added to the downlink center frequency of the configured channel, see CONFigure:GSM:SIGN<i>:RFSettings:CHANnel.

param offset

Range: -100000 Hz to 100000 Hz , Unit: Hz

set_uplink(offset: int)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:RFSettings:FOFFset:UL
driver.configure.rfSettings.foffset.set_uplink(offset = 1)

Specifies a positive or negative frequency offset to be added to the uplink center frequency of the configured channel, see CONFigure:GSM:SIGN<i>:RFSettings:CHANnel.

param offset

Range: -100000 Hz to 100000 Hz , Unit: Hz