RrVersion

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>: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, bwParts=BwParts.Default) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:UL:RRVersion
value: GetStruct = driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.uplink.rrVersion.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

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

param cell_name:

No help available

param bwParts:

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

return:

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

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

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

param cell_name:

No help available

param rep_k:

No help available

param rep_kr_v:

No help available

param bwParts:

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