Crate

SCPI Command :

[SOURce<HW>]:BB:V5G:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:XPUSch:CCODing:CRATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) V5GpuschChanCodCoderate[source]
# [SOURce<HW>]:BB:V5G:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:XPUSch:CCODing:CRATe
value: enums.V5GpuschChanCodCoderate = driver.source.bb.v5G.uplink.cell.subf.alloc.xpusch.ccoding.crate.get(cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Sets the coding rate for user data transmission.

Parameters:
  • cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

  • subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)

  • allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)

Returns:

coderate: R56 | R34 | R23 | R12 Coding rate 5/6, 3/4, 2/3, 1/2

set(coderate: V5GpuschChanCodCoderate, cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:V5G:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:XPUSch:CCODing:CRATe
driver.source.bb.v5G.uplink.cell.subf.alloc.xpusch.ccoding.crate.set(coderate = enums.V5GpuschChanCodCoderate.R12, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Sets the coding rate for user data transmission.

Parameters:
  • coderate – R56 | R34 | R23 | R12 Coding rate 5/6, 3/4, 2/3, 1/2

  • cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

  • subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)

  • allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)