Bf

SCPI Command :

[SOURce<HW>]:BB:WLAY:PCONfig:HDA:BF:STATe
class BfCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:HDA:BF:STATe
value: bool = driver.source.bb.wlay.pconfig.hda.bf.get_state()

If activated, applies digital beamforming.

return

beamforming: 1| ON| 0| OFF

set_state(beamforming: bool) None[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:HDA:BF:STATe
driver.source.bb.wlay.pconfig.hda.bf.set_state(beamforming = False)

If activated, applies digital beamforming.

param beamforming

1| ON| 0| OFF