CsirsPorts
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:MCONfig:CSIRsports
- class CsirsPortsCls[source]
CsirsPorts commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) AntNoPortsB[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:MCONfig:CSIRsports value: enums.AntNoPortsB = driver.configure.signaling.lte.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: AntNoPortsB) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:MCONfig:CSIRsports driver.configure.signaling.lte.cell.mconfig.csirsPorts.set(cell_name = 'abc', ant_no_ports = enums.AntNoPortsB.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