State

SCPI Command :

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

No command help available

param userIx

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

return

cu_ap_srs_state: No help available

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

No command help available

param cu_ap_srs_state

No help available

param userIx

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