Tdiversity
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:TDIVersity
- class TdiversityCls[source]
Tdiversity commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(baseStation=BaseStation.Default) RsSmbv.enums.TxDiv [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:TDIVersity value: enums.TxDiv = driver.source.bb.w3Gpp.bstation.tdiversity.get(baseStation = repcap.BaseStation.Default)
Selects the antenna and the antenna configuration to be simulated. To simulate transmit diversity, a two-antenna system has to be selected and Open Loop Transmit Diversity has to be activated (command BB:W3GP:BST:OLTD ON) .
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- return
tdiversity: SANT| ANT1| ANT2| OFF SANT = single-antenna system
- set(tdiversity: RsSmbv.enums.TxDiv, baseStation=BaseStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:TDIVersity driver.source.bb.w3Gpp.bstation.tdiversity.set(tdiversity = enums.TxDiv.ANT1, baseStation = repcap.BaseStation.Default)
Selects the antenna and the antenna configuration to be simulated. To simulate transmit diversity, a two-antenna system has to be selected and Open Loop Transmit Diversity has to be activated (command BB:W3GP:BST:OLTD ON) .
- param tdiversity
SANT| ANT1| ANT2| OFF SANT = single-antenna system
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)