Mode
SCPI Command :
[SOURce<HW>]:BB:C2K:BSTation<ST>:TDIVersity:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default) Cdma2KtxDivMode[source]
# [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 method
RsSmw.source.bb.c2K.bstation.tdiversity.set()activates transmit diversity and selects the antenna.- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- Returns:
mode: OTD | STS OTD Orthogonal Transmit Diversity Mode. STS Space Time Spreading Mode.
- set(mode: Cdma2KtxDivMode, baseStation=BaseStation.Default) None[source]
# [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 method
RsSmw.source.bb.c2K.bstation.tdiversity.set()activates transmit diversity and selects the antenna.- Parameters:
mode – OTD | STS OTD Orthogonal Transmit Diversity Mode. STS Space Time Spreading Mode.
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)