Aports

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:MCONfig:APORts
class AportsCls[source]

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

get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:MCONfig:APORts
value: int = driver.configure.signaling.nradio.cell.mconfig.aports.get(cell_name = 'abc')

Selects the maximum number of UL antenna ports at the instrument side, allowed in live mode.

param cell_name:

No help available

return:

ul_antenna_ports: No help available

set(cell_name: str, ul_antenna_ports: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:MCONfig:APORts
driver.configure.signaling.nradio.cell.mconfig.aports.set(cell_name = 'abc', ul_antenna_ports = 1)

Selects the maximum number of UL antenna ports at the instrument side, allowed in live mode.

param cell_name:

No help available

param ul_antenna_ports:

No help available