Ports
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:CQIReporting:RESource:PORTs
- class PortsCls[source]
Ports commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, bwParts=BwParts.Default) Ports[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:CQIReporting:RESource:PORTs value: enums.Ports = driver.configure.signaling.nradio.cell.bwp.cqiReporting.resource.ports.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
No command help available
- param cell_name:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
ports: No help available
- set(cell_name: str, ports: Ports, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:CQIReporting:RESource:PORTs driver.configure.signaling.nradio.cell.bwp.cqiReporting.resource.ports.set(cell_name = 'abc', ports = enums.Ports.P1, bwParts = repcap.BwParts.Default)
No command help available
- param cell_name:
No help available
- param ports:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)