Tdiversity
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:TDIVersity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default) TxDiv[source]
# [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) .
- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- Returns:
tdiversity: SANT | ANT1 | ANT2 | OFF SANT = single-antenna system
- set(tdiversity: TxDiv, baseStation=BaseStation.Default) None[source]
# [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) .
- Parameters:
tdiversity – SANT | ANT1 | ANT2 | OFF SANT = single-antenna system
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)