Foffset

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CONNection:FOFFset:UL
CONFigure:GSM:SIGNaling<Instance>:CONNection:FOFFset:DL
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>:CONNection:FOFFset:DL
value: int = driver.configure.connection.foffset.get_downlink()

Sets the positive or negative offset to the center frequency of the uplink/downlink traffic channel.

return

offset: Range: -100 kHz to 100 kHz, Unit: Hz

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

Sets the positive or negative offset to the center frequency of the uplink/downlink traffic channel.

return

offset: Range: -100 kHz to 100 kHz, Unit: Hz

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

Sets the positive or negative offset to the center frequency of the uplink/downlink traffic channel.

param offset

Range: -100 kHz to 100 kHz, Unit: Hz

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

Sets the positive or negative offset to the center frequency of the uplink/downlink traffic channel.

param offset

Range: -100 kHz to 100 kHz, Unit: Hz