QwSet

SCPI Command :

[SOURce<HW>]:BB:C2K:BSTation<ST>:QWSet
class QwSetCls[source]

QwSet commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(baseStation=BaseStation.Default) int[source]
# SCPI: [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 [:SOURce<hw>]:BB:C2K:BSTation<st>:CGRoup<di0>:COFFset<ch>:QWCode:STATe is ON.

param baseStation

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

return

qw_set: integer Range: 1 to 3

set(qw_set: int, baseStation=BaseStation.Default) None[source]
# SCPI: [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 [:SOURce<hw>]:BB:C2K:BSTation<st>:CGRoup<di0>:COFFset<ch>:QWCode:STATe is ON.

param qw_set

integer Range: 1 to 3

param baseStation

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