Tmod

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:USER<CH>:AS:DL:CELL<ST0>:TMOD
class TmodCls[source]

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

get(userIx=UserIx.Default, cellNull=CellNull.Default) RsSmw.enums.ModulationB[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:USER<CH>:AS:DL:CELL<ST0>:TMOD
value: enums.ModulationB = driver.source.bb.v5G.downlink.user.asPy.downlink.cell.tmod.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

No command help available

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

target_mod: No help available

set(target_mod: RsSmw.enums.ModulationB, userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:USER<CH>:AS:DL:CELL<ST0>:TMOD
driver.source.bb.v5G.downlink.user.asPy.downlink.cell.tmod.set(target_mod = enums.ModulationB.QAM16, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

No command help available

param target_mod

No help available

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