Mode

SCPI Command :

[SOURce<HW>]:BB:C2K:BSTation<ST>:DCONflict:MODE
class ModeCls[source]

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

get(baseStation=BaseStation.Default) RsSmbv.enums.Cdma2KdomConfModeDn[source]
# SCPI: [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.

param baseStation

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

return

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: RsSmbv.enums.Cdma2KdomConfModeDn, baseStation=BaseStation.Default) None[source]
# SCPI: [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.

param 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) .

param baseStation

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