Mode
SCPI Command :
[SOURce<HW>]:BB:C2K:BSTation<ST>:TDIVersity:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(baseStation=BaseStation.Default) RsSmbv.enums.Cdma2KtxDivMode [source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:TDIVersity:MODE value: enums.Cdma2KtxDivMode = driver.source.bb.c2K.bstation.tdiversity.mode.get(baseStation = repcap.BaseStation.Default)
The command selects the diversity scheme. Command [:SOURce<hw>]:BB:C2K:BSTation<st>:TDIVersity activates transmit diversity and selects the antenna.
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- return
mode: OTD| STS OTD Orthogonal Transmit Diversity Mode. STS Space Time Spreading Mode.
- set(mode: RsSmbv.enums.Cdma2KtxDivMode, baseStation=BaseStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:TDIVersity:MODE driver.source.bb.c2K.bstation.tdiversity.mode.set(mode = enums.Cdma2KtxDivMode.OTD, baseStation = repcap.BaseStation.Default)
The command selects the diversity scheme. Command [:SOURce<hw>]:BB:C2K:BSTation<st>:TDIVersity activates transmit diversity and selects the antenna.
- param mode
OTD| STS OTD Orthogonal Transmit Diversity Mode. STS Space Time Spreading Mode.
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)