TxBf

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:TXBF
class TxBfCls[source]

TxBf commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) bool[source]
# SCPI: [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.

param frameBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

param userIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

return

tx_bf: 1| ON| 0| OFF

set(tx_bf: bool, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# SCPI: [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.

param tx_bf

1| ON| 0| OFF

param frameBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

param userIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)