State
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:MBSFn:SUBFrame<sf>:PMCH:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) bool[source]
# CONFigure[:LTE]:DL[:CC<cc>]:MBSFn:SUBFrame<sf>:PMCH:STATe value: bool = driver.applications.k10Xlte.configure.lte.downlink.cc.mbsfn.subframe.pmch.state.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)
Turns the PMCH in an MBSFN subframe on and off. Note that you first have to turn a subframe into an MBSFN subframe with method
RsFsw.applications.k10Xlte.configure.lte.downlink.cc.mbsfn.subframe.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[:LTE]:DL[:CC<cc>]:MBSFn:SUBFrame<sf>:PMCH:STATe driver.applications.k10Xlte.configure.lte.downlink.cc.mbsfn.subframe.pmch.state.set(state = False, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)
Turns the PMCH in an MBSFN subframe on and off. Note that you first have to turn a subframe into an MBSFN subframe with method
RsFsw.applications.k10Xlte.configure.lte.downlink.cc.mbsfn.subframe.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’)