Ports
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:CQIReporting:RESource:PORTs
- class PortsCls[source]
Ports commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) Ports[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CQIReporting:RESource:PORTs value: enums.Ports = driver.configure.signaling.nradio.cell.cqiReporting.resource.ports.get(cell_name = 'abc')
Selects the number of CSI-RS ports, signaled as ‘nrofPorts’ in IE ‘CSI-RS-ResourceMapping’.
- param cell_name:
No help available
- return:
ports: No help available
- set(cell_name: str, ports: Ports) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CQIReporting:RESource:PORTs driver.configure.signaling.nradio.cell.cqiReporting.resource.ports.set(cell_name = 'abc', ports = enums.Ports.P1)
Selects the number of CSI-RS ports, signaled as ‘nrofPorts’ in IE ‘CSI-RS-ResourceMapping’.
- param cell_name:
No help available
- param ports:
No help available