State
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:STATe value: bool = driver.source.bb.eutra.downlink.user.epdcch.cell.set.state.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)
Enables the EPDCCH set.
- 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
state: 1| ON| 0| OFF
- set(state: bool, userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:STATe driver.source.bb.eutra.downlink.user.epdcch.cell.set.state.set(state = False, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)
Enables the EPDCCH set.
- param state
1| ON| 0| OFF
- 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’)