Id

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:MBSFn:AI:ID
class IdCls[source]

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

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:MBSFn:AI:ID
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.mbsfn.ai.id.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the ID of an MBFSN area.

param carrierComponent

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

return

idn: Range: 0 to 255

set(idn: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:MBSFn:AI:ID
driver.applications.k10Xlte.configure.lte.downlink.cc.mbsfn.ai.id.set(idn = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the ID of an MBFSN area.

param idn

Range: 0 to 255

param carrierComponent

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