Mcs

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:SEQelem:TB2:MCS
class McsCls[source]

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

get(userIx=UserIx.Default, cellNull=CellNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:SEQelem:TB2:MCS
value: int = driver.source.bb.eutra.downlink.user.asPy.downlink.cell.seqElem.tb2.mcs.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

Sets the MCS.

param userIx

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

param cellNull

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

return

dl_mcs: integer Range: 0 to 31

set(dl_mcs: int, userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:SEQelem:TB2:MCS
driver.source.bb.eutra.downlink.user.asPy.downlink.cell.seqElem.tb2.mcs.set(dl_mcs = 1, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

Sets the MCS.

param dl_mcs

integer Range: 0 to 31

param userIx

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

param cellNull

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