PnoRepet

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:UL:PNORepet
class PnoRepetCls[source]

PnoRepet commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell_name: str, bwParts=BwParts.Default) Repetitions[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:UL:PNORepet
value: enums.Repetitions = driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.uplink.pnoRepet.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:

repetitions: No help available

set(cell_name: str, repetitions: Repetitions, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:UL:PNORepet
driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.uplink.pnoRepet.set(cell_name = 'abc', repetitions = enums.Repetitions.N12, bwParts = repcap.BwParts.Default)

No command help available

param cell_name:

No help available

param repetitions:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)