TxBf
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:TXBF
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) bool[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:TXBF value: bool = driver.source.bb.wlnn.fblock.user.txBf.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
If switched on, indicates that the beamforming matrix is applied to the waveform.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
tx_bf: 1 | ON | 0| OFF
- set(tx_bf: bool, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:TXBF driver.source.bb.wlnn.fblock.user.txBf.set(tx_bf = False, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
If switched on, indicates that the beamforming matrix is applied to the waveform.
- Parameters:
tx_bf – 1 | ON | 0| OFF
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)