State

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:MCSTwo: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>:MCSTwo:STATe
value: bool = driver.source.bb.eutra.downlink.user.mcsTwo.state.get(userIx = repcap.UserIx.Default)

This command is supported for backwards compatibility. Use [:SOURce<hw>]:BB:EUTRa:DL:USER<ch>:CELL<st0>:MCS instead.

param userIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

return

mcs_table_2_old: 1| ON| 0| OFF

set(mcs_table_2_old: bool, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:MCSTwo:STATe
driver.source.bb.eutra.downlink.user.mcsTwo.state.set(mcs_table_2_old = False, userIx = repcap.UserIx.Default)

This command is supported for backwards compatibility. Use [:SOURce<hw>]:BB:EUTRa:DL:USER<ch>:CELL<st0>:MCS instead.

param mcs_table_2_old

1| ON| 0| OFF

param userIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)