Tmod
SCPI Command :
[SOURce<HW>]:BB:EUTRa: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) RsSmbv.enums.ModulationD [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:TMOD value: enums.ModulationD = driver.source.bb.eutra.downlink.user.asPy.downlink.cell.tmod.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Sets the target moduilation.
- 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: QPSK| QAM16| QAM64 | QAM256
- set(target_mod: RsSmbv.enums.ModulationD, userIx=UserIx.Default, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:TMOD driver.source.bb.eutra.downlink.user.asPy.downlink.cell.tmod.set(target_mod = enums.ModulationD.QAM1024, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Sets the target moduilation.
- param target_mod
QPSK| QAM16| QAM64 | QAM256
- 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’)