Txm
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:USER<CH>:TXM
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) V5GtxMode[source]
# [SOURce<HW>]:BB:V5G:DL:USER<CH>:TXM value: enums.V5GtxMode = driver.source.bb.v5G.downlink.user.txm.get(userIx = repcap.UserIx.Default)
Queries the transmission mode of the corresponding user as defined in specification.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
tx_mode: M1 | M2 | M3
- set(tx_mode: V5GtxMode, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:V5G:DL:USER<CH>:TXM driver.source.bb.v5G.downlink.user.txm.set(tx_mode = enums.V5GtxMode.M1, userIx = repcap.UserIx.Default)
Queries the transmission mode of the corresponding user as defined in specification.
- Parameters:
tx_mode – M1 | M2 | M3
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)