Enable

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CELL:SCC<Carrier>:ULSupport:QAM<ModOrder>:ENABle
class EnableCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default, qAMmodulationOrder=QAMmodulationOrder.Default) bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:SCC<Carrier>:ULSupport:QAM<ModOrder>:ENABle
value: bool = driver.configure.cell.scc.ulSupport.qam.enable.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default, qAMmodulationOrder = repcap.QAMmodulationOrder.Default)

Selects whether 64-QAM and 256-QAM are allowed in the uplink or not.

param secondaryCompCarrier:

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

param qAMmodulationOrder:

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

return:

enable: OFF | ON ON: 64-QAM and 256-QAM allowed OFF: 64-QAM and 256-QAM not allowed

set(enable: bool, secondaryCompCarrier=SecondaryCompCarrier.Default, qAMmodulationOrder=QAMmodulationOrder.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:SCC<Carrier>:ULSupport:QAM<ModOrder>:ENABle
driver.configure.cell.scc.ulSupport.qam.enable.set(enable = False, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default, qAMmodulationOrder = repcap.QAMmodulationOrder.Default)

Selects whether 64-QAM and 256-QAM are allowed in the uplink or not.

param enable:

OFF | ON ON: 64-QAM and 256-QAM allowed OFF: 64-QAM and 256-QAM not allowed

param secondaryCompCarrier:

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

param qAMmodulationOrder:

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