Mcs
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UDEFined:SASSignment:DL: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:UDEFined:SASSignment:DL:CWORd<no>:MCS value: int = driver.configure.signaling.lte.cell.ueScheduling.userDefined.sassignment.downlink.cword.mcs.get(cell_name = 'abc', subframe = 1, cword = repcap.Cword.Default)
Specifies the MCS index for the DL subframe with the index <Subframe>, 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:UDEFined:SASSignment:DL:CWORd<no>:MCS driver.configure.signaling.lte.cell.ueScheduling.userDefined.sassignment.downlink.cword.mcs.set(cell_name = 'abc', subframe = 1, mcs = 1, cword = repcap.Cword.Default)
Specifies the MCS index for the DL subframe with the index <Subframe>, 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’)