Windex

SCPI Command :

[SOURce<HW>]:BB:C2K:BSTation<ST>:PDCHannel:WINDex
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseStation=BaseStation.Default) NumbersG[source]
# [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.

Parameters:

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

Returns:

windex: 0 | 1| 2 | 3

set(windex: NumbersG, baseStation=BaseStation.Default) None[source]
# [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.

Parameters:
  • windex – 0 | 1| 2 | 3

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