Txm

SCPI Command :

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

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

get(userIx=UserIx.Default) RsSmw.enums.V5GtxMode[source]
# SCPI: [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.

param userIx

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

return

tx_mode: M1| M2| M3

set(tx_mode: RsSmw.enums.V5GtxMode, userIx=UserIx.Default) None[source]
# SCPI: [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.

param tx_mode

M1| M2| M3

param userIx

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