Windex

SCPI Command :

[SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:WINDex
class WindexCls[source]

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

get(baseStation=BaseStation.Default) RsSmbv.enums.NumbersG[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:WINDex
value: enums.NumbersG = driver.source.bb.c2K.bstation.pdChannel.windex.get(baseStation = repcap.BaseStation.Default)

The command selects a standard Walsh set for F-PDCH. Four different sets are defined in the standard.

param baseStation

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

return

windex: 0| 1| 2| 3

set(windex: RsSmbv.enums.NumbersG, baseStation=BaseStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:WINDex
driver.source.bb.c2K.bstation.pdChannel.windex.set(windex = enums.NumbersG._0, baseStation = repcap.BaseStation.Default)

The command selects a standard Walsh set for F-PDCH. Four different sets are defined in the standard.

param windex

0| 1| 2| 3

param baseStation

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