CrSports
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:MCONfig:CRSPorts
- class CrSportsCls[source]
CrSports commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) AntNoPorts[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:MCONfig:CRSPorts value: enums.AntNoPorts = driver.configure.signaling.lte.cell.mconfig.crSports.get(cell_name = 'abc')
Selects the maximum number of CRS 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: AntNoPorts) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:MCONfig:CRSPorts driver.configure.signaling.lte.cell.mconfig.crSports.set(cell_name = 'abc', ant_no_ports = enums.AntNoPorts.P1)
Selects the maximum number of CRS antenna ports allowed in live mode.
- param cell_name:
No help available
- param ant_no_ports:
No help available