QwSet

SCPI Command :

[SOURce<HW>]:BB:C2K:BSTation<ST>:QWSet
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseStation=BaseStation.Default) int[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:QWSet
value: int = driver.source.bb.c2K.bstation.qwSet.get(baseStation = repcap.BaseStation.Default)

The command selects the quasi orthogonal Walsh code set. The standard defines three different sets. The quasi-orthogonal Walsh codes are used for a given channel if method RsSmw.source.bb.c2K.bstation.cgroup.coffset.qwCode.state.set() is ON.

Parameters:

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

Returns:

qw_set: integer Range: 1 to 3

set(qw_set: int, baseStation=BaseStation.Default) None[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:QWSet
driver.source.bb.c2K.bstation.qwSet.set(qw_set = 1, baseStation = repcap.BaseStation.Default)

The command selects the quasi orthogonal Walsh code set. The standard defines three different sets. The quasi-orthogonal Walsh codes are used for a given channel if method RsSmw.source.bb.c2K.bstation.cgroup.coffset.qwCode.state.set() is ON.

Parameters:
  • qw_set – integer Range: 1 to 3

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