Arfcn
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:RFSettings:UL:APOint:ARFCn
- class ArfcnCls[source]
Arfcn commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:RFSettings:UL:APOint:ARFCn value: int = driver.configure.signaling.nradio.cell.rfSettings.uplink.apoint.arfcn.get(cell_name = 'abc')
Sets the user-defined channel number of point A, for the uplink.
- param cell_name:
No help available
- return:
number: No help available
- set(cell_name: str, number: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:RFSettings:UL:APOint:ARFCn driver.configure.signaling.nradio.cell.rfSettings.uplink.apoint.arfcn.set(cell_name = 'abc', number = 1)
Sets the user-defined channel number of point A, for the uplink.
- param cell_name:
No help available
- param number:
No help available