Mcs

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:CWORd<no>:MCS
class McsCls[source]

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

get(cell_name: str, subframe: int, cword=Cword.Default) int[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:CWORd<no>:MCS
value: int = driver.configure.signaling.lte.cell.ueScheduling.laa.cword.mcs.get(cell_name = 'abc', subframe = 1, cword = repcap.Cword.Default)

Configures the MCS index for LAA subframes with <Subframe> allocated symbols, code word <no>.

param cell_name:

No help available

param subframe:

No help available

param cword:

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

return:

mcs: No help available

set(cell_name: str, subframe: int, mcs: int, cword=Cword.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:CWORd<no>:MCS
driver.configure.signaling.lte.cell.ueScheduling.laa.cword.mcs.set(cell_name = 'abc', subframe = 1, mcs = 1, cword = repcap.Cword.Default)

Configures the MCS index for LAA subframes with <Subframe> allocated symbols, code word <no>.

param cell_name:

No help available

param subframe:

No help available

param mcs:

No help available

param cword:

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