RrVersion

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:UL:RRVersion
class RrVersionCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Rep_K: enums.PdcchFormatB: No parameter help available

  • Rep_Kr_V: enums.Spreset: No parameter help available

get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:UL:RRVersion
value: GetStruct = driver.configure.signaling.nradio.cell.ueScheduling.sps.uplink.rrVersion.get(cell_name = 'abc')

Configures the signaled ‘repK’ and ‘repK-RV’ for UL configured grant, for the initial BWP.

param cell_name:

No help available

return:

structure: for return value, see the help for GetStruct structure arguments.

set(cell_name: str, rep_k: PdcchFormatB, rep_kr_v: Spreset) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:UL:RRVersion
driver.configure.signaling.nradio.cell.ueScheduling.sps.uplink.rrVersion.set(cell_name = 'abc', rep_k = enums.PdcchFormatB.N1, rep_kr_v = enums.Spreset.S1)

Configures the signaled ‘repK’ and ‘repK-RV’ for UL configured grant, for the initial BWP.

param cell_name:

No help available

param rep_k:

No help available

param rep_kr_v:

No help available