State

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:USER<CH>:MCSTwo:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default) bool[source]
# [SOURce<HW>]:BB:V5G:DL:USER<CH>:MCSTwo:STATe
value: bool = driver.source.bb.v5G.downlink.user.mcsTwo.state.get(userIx = repcap.UserIx.Default)

No help available

Parameters:

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

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

No help available

Parameters:

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