State

SCPI Command :

[SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:QWCode:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) bool[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:QWCode:STATe
value: bool = driver.source.bb.c2K.bstation.cgroup.coffset.qwCode.state.get(baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)

Activates/deactivates the use of the quasi orthogonal Walsh codes for the channel. The quasi orthogonal Walsh Code set is selected for all channels of the base station with command method RsSmw.source.bb.c2K.bstation.qwSet.set() . For the traffic channels, this value is specific for the selected radio configuration. It is only available for radio configuration 3 and higher.

Parameters:
  • baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)

  • groupNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cgroup’)

  • offset – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coffset’)

Returns:

state: 1 | ON | 0| OFF

set(state: bool, baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) None[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:QWCode:STATe
driver.source.bb.c2K.bstation.cgroup.coffset.qwCode.state.set(state = False, baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)

Activates/deactivates the use of the quasi orthogonal Walsh codes for the channel. The quasi orthogonal Walsh Code set is selected for all channels of the base station with command method RsSmw.source.bb.c2K.bstation.qwSet.set() . For the traffic channels, this value is specific for the selected radio configuration. It is only available for radio configuration 3 and higher.

Parameters:
  • state – 1 | ON | 0| OFF

  • baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)

  • groupNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cgroup’)

  • offset – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coffset’)