State

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:CELL<ST0>:SEOL:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userIx=UserIx.Default, cellNull=CellNull.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:CELL<ST0>:SEOL:STATe
value: bool = driver.source.bb.eutra.downlink.user.cell.seol.state.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

Sets the value of the higher-layer parameter semiOpenLoop.

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

semi_open_loop: 1| ON| 0| OFF

set(semi_open_loop: bool, userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:CELL<ST0>:SEOL:STATe
driver.source.bb.eutra.downlink.user.cell.seol.state.set(semi_open_loop = False, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

Sets the value of the higher-layer parameter semiOpenLoop.

param semi_open_loop

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’)