Txm

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:TXM
class TxmCls[source]

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

get(userIx=UserIx.Default) RsSmbv.enums.EutraTxMode[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:TXM
value: enums.EutraTxMode = driver.source.bb.eutra.downlink.user.txm.get(userIx = repcap.UserIx.Default)

Sets the transmission mode of the according user as defined in .

param userIx

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

return

tx_mode: USER| M1| M2| M3| M4| M5| M6| M7| M8| M9| M10 Option:R&S SMBVB-K115 TxMode = USER|M1|M2|M6|M9

set(tx_mode: RsSmbv.enums.EutraTxMode, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:TXM
driver.source.bb.eutra.downlink.user.txm.set(tx_mode = enums.EutraTxMode.M1, userIx = repcap.UserIx.Default)

Sets the transmission mode of the according user as defined in .

param tx_mode

USER| M1| M2| M3| M4| M5| M6| M7| M8| M9| M10 Option:R&S SMBVB-K115 TxMode = USER|M1|M2|M6|M9

param userIx

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