Id

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:MBSFn:AI:ID
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# 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.

Parameters:

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

Returns:

idn: Range: 0 to 255

set(idn: float, carrierComponent=CarrierComponent.Default) None[source]
# 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.

Parameters:
  • idn – Range: 0 to 255

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