Bw

SCPI Command :

[SOURce<HW>]:AREGenerator:SENSor<CH>:BW
class BwCls[source]

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

get(sensor=Sensor.Default) int[source]
# SCPI: [SOURce<HW>]:AREGenerator:SENSor<CH>:BW
value: int = driver.source.areGenerator.sensor.bw.get(sensor = repcap.Sensor.Default)

Sets the bandwidth for the radar sensor. Set it according to the bandwith of the radar sensor included in the test setup.

param sensor:

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

return:

areg_sens_bw: integer Range: 0 to 10E9

set(areg_sens_bw: int, sensor=Sensor.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:SENSor<CH>:BW
driver.source.areGenerator.sensor.bw.set(areg_sens_bw = 1, sensor = repcap.Sensor.Default)

Sets the bandwidth for the radar sensor. Set it according to the bandwith of the radar sensor included in the test setup.

param areg_sens_bw:

integer Range: 0 to 10E9

param sensor:

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