Earfcn

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:RFSettings:DL:EARFcn
class EarfcnCls[source]

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

get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:RFSettings:DL:EARFcn
value: int = driver.configure.signaling.lte.cell.rfSettings.downlink.earfcn.get(cell_name = 'abc')

Selects the DL channel number. For FDD, the UL channel number is also set, using the default UL-DL separation.

param cell_name:

No help available

return:

channel: HASYmmetric refers to the high DL-only range, e.g. for band 66.

set(cell_name: str, channel: int) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:RFSettings:DL:EARFcn
driver.configure.signaling.lte.cell.rfSettings.downlink.earfcn.set(cell_name = 'abc', channel = 1)

Selects the DL channel number. For FDD, the UL channel number is also set, using the default UL-DL separation.

param cell_name:

No help available

param channel:

HASYmmetric refers to the high DL-only range, e.g. for band 66.