PnoRepet

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL: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) Repetitions[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:UL:TDOMain:PNORepet
value: enums.Repetitions = driver.configure.signaling.nradio.cell.ueScheduling.userDefined.sassignment.uplink.tdomain.pnoRepet.get(cell_name = 'abc', slot = 1)

Specifies the number of PUSCH repetitions signaled as ‘numberOfRepetitions’, for the UL slot with the index <Slot>, for the initial BWP. Prerequisite: Configure [CONFigure:]SIGNaling:NRADio:CELL:UESCheduling:UDEFined:UL:PRTYpe.

param cell_name:

No help available

param slot:

No help available

return:

repetitions: No help available

set(cell_name: str, slot: int, repetitions: Repetitions) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:UL:TDOMain:PNORepet
driver.configure.signaling.nradio.cell.ueScheduling.userDefined.sassignment.uplink.tdomain.pnoRepet.set(cell_name = 'abc', slot = 1, repetitions = enums.Repetitions.N12)

Specifies the number of PUSCH repetitions signaled as ‘numberOfRepetitions’, for the UL slot with the index <Slot>, for the initial BWP. Prerequisite: Configure [CONFigure:]SIGNaling:NRADio:CELL:UESCheduling:UDEFined:UL:PRTYpe.

param cell_name:

No help available

param slot:

No help available

param repetitions:

No help available