Earfcn
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:RFSettings:UL: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:UL:EARFcn value: int = driver.configure.signaling.lte.cell.rfSettings.uplink.earfcn.get(cell_name = 'abc')
Selects the UL channel number. The DL channel number is not changed.
- 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:UL:EARFcn driver.configure.signaling.lte.cell.rfSettings.uplink.earfcn.set(cell_name = 'abc', channel = 1)
Selects the UL channel number. The DL channel number is not changed.
- param cell_name:
No help available
- param channel:
HASYmmetric refers to the high DL-only range, e.g. for band 66.