Txm
SCPI Command :
[SOURce<HW>]:BB:V5G: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) V5GtxMode [source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:USER<CH>:CELL<ST0>:TXM value: enums.V5GtxMode = driver.source.bb.v5G.downlink.user.cell.txm.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Queries the transmission mode of the user per cell.
- 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: M1| M2| M3
- set(tx_mode: V5GtxMode, userIx=UserIx.Default, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:USER<CH>:CELL<ST0>:TXM driver.source.bb.v5G.downlink.user.cell.txm.set(tx_mode = enums.V5GtxMode.M1, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Queries the transmission mode of the user per cell.
- param tx_mode:
M1| M2| M3
- 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’)