Rbassign

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:EPDCch:RBASsign
class RbassignCls[source]

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

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:EPDCch:RBASsign
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.epdcch.rbassign.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the resource blocks that the EPDCCH uses.

param carrierComponent

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

return

resource_blocks: No help available

set(resource_blocks: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:EPDCch:RBASsign
driver.applications.k10Xlte.configure.lte.downlink.cc.epdcch.rbassign.set(resource_blocks = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the resource blocks that the EPDCCH uses.

param resource_blocks

Component Carrier

param carrierComponent

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