Tmod
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:TMOD
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default, cellNull=CellNull.Default) ModulationD[source]
# [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.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- Returns:
target_mod: QPSK | QAM16 | QAM64 | QAM256
- set(target_mod: ModulationD, userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# [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.
- Parameters:
target_mod – QPSK | QAM16 | QAM64 | QAM256
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)