PnoRepet
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:SASSignment:UL:TDOMain:PNORepet
- class PnoRepetCls[source]
PnoRepet commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, slot: int, bwParts=BwParts.Default) Repetitions[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:SASSignment:UL:TDOMain:PNORepet value: enums.Repetitions = driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.sassignment.uplink.tdomain.pnoRepet.get(cell_name = 'abc', slot = 1, bwParts = repcap.BwParts.Default)
Specifies the number of PUSCH repetitions signaled as ‘numberOfRepetitions’, for the UL slot with the index <Slot>, for BWP <bb>. Prerequisite: Configure [CONFigure:]SIGNaling:NRADio:CELL:BWP<bb>:UESCheduling:UDEFined:UL:PRTYpe.
- param cell_name:
No help available
- param slot:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
repetitions: No help available
- set(cell_name: str, slot: int, repetitions: Repetitions, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:SASSignment:UL:TDOMain:PNORepet driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.sassignment.uplink.tdomain.pnoRepet.set(cell_name = 'abc', slot = 1, repetitions = enums.Repetitions.N12, bwParts = repcap.BwParts.Default)
Specifies the number of PUSCH repetitions signaled as ‘numberOfRepetitions’, for the UL slot with the index <Slot>, for BWP <bb>. Prerequisite: Configure [CONFigure:]SIGNaling:NRADio:CELL:BWP<bb>:UESCheduling:UDEFined:UL:PRTYpe.
- param cell_name:
No help available
- param slot:
No help available
- param repetitions:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)