CrSports

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:ANTenna: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:ANTenna:CRSPorts
value: enums.AntNoPorts = driver.configure.signaling.lte.cell.antenna.crSports.get(cell_name = 'abc')

Sets the number of CRS antenna ports.

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:ANTenna:CRSPorts
driver.configure.signaling.lte.cell.antenna.crSports.set(cell_name = 'abc', ant_no_ports = enums.AntNoPorts.P1)

Sets the number of CRS antenna ports.

param cell_name:

No help available

param ant_no_ports:

No help available