McsMode
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:MCSMode
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default, cellNull=CellNull.Default) AsEqMcsMode[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:MCSMode value: enums.AsEqMcsMode = driver.source.bb.eutra.downlink.user.asPy.downlink.cell.mcsMode.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Sets how the Modulation and Coding Scheme is configured.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- Returns:
mcs_mode: MANual | FIXed | TCR
- set(mcs_mode: AsEqMcsMode, userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:MCSMode driver.source.bb.eutra.downlink.user.asPy.downlink.cell.mcsMode.set(mcs_mode = enums.AsEqMcsMode.FIXed, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Sets how the Modulation and Coding Scheme is configured.
- Parameters:
mcs_mode – MANual | FIXed | TCR
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)