Mode
SCPI Command :
[SOURce<HW>]:BB:C2K:BSTation<ST>:DCONflict:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default) Cdma2KdomConfModeDn[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:DCONflict:MODE value: enums.Cdma2KdomConfModeDn = driver.source.bb.c2K.bstation.dconflict.mode.get(baseStation = repcap.BaseStation.Default)
The command switches the order of the spreading codes.
- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- Returns:
mode: HAD | BREV HAD the code channels are displayed in the order determined by the Hadamard matrix. The codes are numbered as Walsh codes according to the standard. BREV the code channels are displayed in the order defined by the Orthogonal Variable Spreading Factor (OVSF) code tree (3GPP code) .
- set(mode: Cdma2KdomConfModeDn, baseStation=BaseStation.Default) None[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:DCONflict:MODE driver.source.bb.c2K.bstation.dconflict.mode.set(mode = enums.Cdma2KdomConfModeDn.BREV, baseStation = repcap.BaseStation.Default)
The command switches the order of the spreading codes.
- Parameters:
mode – HAD | BREV HAD the code channels are displayed in the order determined by the Hadamard matrix. The codes are numbered as Walsh codes according to the standard. BREV the code channels are displayed in the order defined by the Orthogonal Variable Spreading Factor (OVSF) code tree (3GPP code) .
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)