Txm

SCPI Command :

[SOURce<HW>]:BB:ONEWeb: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) RsSmw.enums.OneWebTxMode[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:USER<CH>:CELL<ST0>:TXM
value: enums.OneWebTxMode = driver.source.bb.oneweb.downlink.user.cell.txm.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

Sets the transmission mode of the user.

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: M1OW| M2OW| M3OW

set(tx_mode: RsSmw.enums.OneWebTxMode, userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:USER<CH>:CELL<ST0>:TXM
driver.source.bb.oneweb.downlink.user.cell.txm.set(tx_mode = enums.OneWebTxMode.M1OW, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

Sets the transmission mode of the user.

param tx_mode

M1OW| M2OW| M3OW

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’)