State
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:TALTindex:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:TALTindex:STATe value: bool = driver.source.bb.eutra.downlink.user.taltIndex.state.get(userIx = repcap.UserIx.Default)
This command is supported for backwards compatibility. Use [:SOURce<hw>]:BB:EUTRa:DL:USER<ch>:CELL<st0>:TBAL instead.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
tbs_alt_index_old: 1| ON| 0| OFF
- set(tbs_alt_index_old: bool, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:TALTindex:STATe driver.source.bb.eutra.downlink.user.taltIndex.state.set(tbs_alt_index_old = False, userIx = repcap.UserIx.Default)
This command is supported for backwards compatibility. Use [:SOURce<hw>]:BB:EUTRa:DL:USER<ch>:CELL<st0>:TBAL instead.
- param tbs_alt_index_old
1| ON| 0| OFF
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)