Destination
SCPI Command :
[SOURce<HW>]:BB:WLNN:ANTenna:TCHain<CH>:OUTPut:DESTination
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(transmissionChain=TransmissionChain.Default) WlannTxOutpDest[source]
# [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.
- Parameters:
transmissionChain – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tchain’)
- Returns:
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: WlannTxOutpDest, transmissionChain=TransmissionChain.Default) None[source]
# [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.
- Parameters:
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.
transmissionChain – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tchain’)