State
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default, cellNull=CellNull.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:STATe value: bool = driver.source.bb.eutra.downlink.user.epdcch.cell.state.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Enables the EPDCCH transmission for the select user and component carrier.
- 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:
state: 1 | ON | 0| OFF
- set(state: bool, userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:STATe driver.source.bb.eutra.downlink.user.epdcch.cell.state.set(state = False, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Enables the EPDCCH transmission for the select user and component carrier.
- Parameters:
state – 1 | ON | 0| OFF
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’)