Txm
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:CELL<ST0>:TXM
- class TxmCls[source]
Txm commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default, cellNull=CellNull.Default) RsSmbv.enums.EutraTxMode [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:CELL<ST0>:TXM value: enums.EutraTxMode = driver.source.bb.eutra.downlink.user.cell.txm.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Sets the transmission mode of the user.
- 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
tx_mode: USER| M1| M2| M3| M4| M5| M6| M7| M8| M9| M10
- set(tx_mode: RsSmbv.enums.EutraTxMode, userIx=UserIx.Default, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:CELL<ST0>:TXM driver.source.bb.eutra.downlink.user.cell.txm.set(tx_mode = enums.EutraTxMode.M1, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Sets the transmission mode of the user.
- param tx_mode
USER| M1| M2| M3| M4| M5| M6| M7| M8| M9| M10
- 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’)