Destination
SCPI Command :
[SOURce<HW>]:BB:WLNN:ANTenna:TCHain<CH>:OUTPut:DESTination
- class DestinationCls[source]
Destination commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(transmissionChain=TransmissionChain.Default) RsSmw.enums.WlannTxOutpDest [source]
# SCPI: [SOURce<HW>]:BB:WLNN:ANTenna:TCHain<CH>:OUTPut:DESTination value: enums.WlannTxOutpDest = driver.source.bb.wlnn.antenna.tchain.output.destination.get(transmissionChain = repcap.TransmissionChain.Default)
Selects the destination of the calculated IQ chains.
- param transmissionChain
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tchain’)
- return
destination: OFF| BB| BB_B| FILE OFF No mapping takes place. BB The IQ chain is output to the baseband A. Exactly one output stream can be mapped as ‘Baseband A’. BB_B The IQ chain is output to the baseband B. Exactly one output stream can be mapped as ‘Baseband B’. FILE The IQ chain is saved in a file.
- set(destination: RsSmw.enums.WlannTxOutpDest, transmissionChain=TransmissionChain.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:ANTenna:TCHain<CH>:OUTPut:DESTination driver.source.bb.wlnn.antenna.tchain.output.destination.set(destination = enums.WlannTxOutpDest.BB, transmissionChain = repcap.TransmissionChain.Default)
Selects the destination of the calculated IQ chains.
- param destination
OFF| BB| BB_B| FILE OFF No mapping takes place. BB The IQ chain is output to the baseband A. Exactly one output stream can be mapped as ‘Baseband A’. BB_B The IQ chain is output to the baseband B. Exactly one output stream can be mapped as ‘Baseband B’. FILE The IQ chain is saved in a file.
- param transmissionChain
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tchain’)