State

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:LTE:MBSFn:SUBFrame<sf>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) bool[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:LTE:MBSFn:SUBFrame<sf>:STATe
value: bool = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.lte.mbsfn.subframe.state.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Turns MBSFN transmission in specific subframes on and off. Prerequisites for this command

  • Turn on LTE-CRS coexistence (method RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.lte.state.set() ) .

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

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

Returns:

state: ON | OFF | 1 | 0

set(state: bool, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:LTE:MBSFn:SUBFrame<sf>:STATe
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.lte.mbsfn.subframe.state.set(state = False, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Turns MBSFN transmission in specific subframes on and off. Prerequisites for this command

  • Turn on LTE-CRS coexistence (method RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.lte.state.set() ) .

Parameters:
  • state – ON | OFF | 1 | 0

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

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