Txm
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:TXM
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) EutraTxMode[source]
# [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 .
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
tx_mode: USER | M1 | M2 | M3 | M4 | M5 | M6 | M7 | M8 | M9 | M10 | M10 Option:R&S SMW-K115 TxMode = USER | M1 | M2 | M6 | M9
- set(tx_mode: EutraTxMode, userIx=UserIx.Default) None[source]
# [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 .
- Parameters:
tx_mode – USER | M1 | M2 | M3 | M4 | M5 | M6 | M7 | M8 | M9 | M10 | M10 Option:R&S SMW-K115 TxMode = USER | M1 | M2 | M6 | M9
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)