State
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:MBSFn:SUBFrame<sf>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) bool [source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:MBSFn:SUBFrame<sf>:STATe value: bool = driver.applications.k10Xlte.configure.lte.downlink.cc.mbsfn.subframe.state.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)
Turns a subframe into an MBSFN subframe.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- param subframe
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)
- return
state: ON | OFF | 1 | 0
- set(state: bool, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) None [source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:MBSFn:SUBFrame<sf>:STATe driver.applications.k10Xlte.configure.lte.downlink.cc.mbsfn.subframe.state.set(state = False, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)
Turns a subframe into an MBSFN subframe.
- param state
ON | OFF | 1 | 0
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- param subframe
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)