Ttyp
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:TTYP
- class TtypCls[source]
Ttyp commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) EpdcchTransType [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:TTYP value: enums.EpdcchTransType = driver.source.bb.eutra.downlink.user.epdcch.cell.set.ttyp.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)
Select the EPDCCH transmission type.
- 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’)
- param setItem:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)
- return:
trans_type: LOCalized| DISTributed
- set(trans_type: EpdcchTransType, userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:TTYP driver.source.bb.eutra.downlink.user.epdcch.cell.set.ttyp.set(trans_type = enums.EpdcchTransType.DISTributed, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)
Select the EPDCCH transmission type.
- param trans_type:
LOCalized| DISTributed
- 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’)
- param setItem:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)