State
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:TALTindex:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) bool[source]
# [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 method
RsSmw.source.bb.eutra.downlink.user.cell.tbal.set()instead.- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
tbs_alt_index_old: 1 | ON | 0| OFF
- set(tbs_alt_index_old: bool, userIx=UserIx.Default) None[source]
# [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 method
RsSmw.source.bb.eutra.downlink.user.cell.tbal.set()instead.- Parameters:
tbs_alt_index_old – 1 | ON | 0| OFF
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)