CsirsPorts

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:MCONfig:CSIRsports
class CsirsPortsCls[source]

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

get(cell_name: str) Ports[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:MCONfig:CSIRsports
value: enums.Ports = driver.configure.signaling.nradio.cell.mconfig.csirsPorts.get(cell_name = 'abc')

Selects the maximum number of CSI-RS antenna ports allowed in live mode.

param cell_name:

No help available

return:

ant_no_ports: No help available

set(cell_name: str, ant_no_ports: Ports) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:MCONfig:CSIRsports
driver.configure.signaling.nradio.cell.mconfig.csirsPorts.set(cell_name = 'abc', ant_no_ports = enums.Ports.P1)

Selects the maximum number of CSI-RS antenna ports allowed in live mode.

param cell_name:

No help available

param ant_no_ports:

No help available