Base

SCPI Command :

[SOURce<HW>]:AREGenerator:RADar:BASE:ATTenuation
class BaseCls[source]

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

get_attenuation() int[source]
# SCPI: [SOURce<HW>]:AREGenerator:RADar:BASE:ATTenuation
value: int = driver.source.areGenerator.radar.base.get_attenuation()

Defines the attenuation affecting all radar objects. Together with the individual attenuation for a single radar object, it forms the total attenuation for the specific object.

return:

areg_base_att: integer Range: -50 to 150, Unit: dB

set_attenuation(areg_base_att: int) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:RADar:BASE:ATTenuation
driver.source.areGenerator.radar.base.set_attenuation(areg_base_att = 1)

Defines the attenuation affecting all radar objects. Together with the individual attenuation for a single radar object, it forms the total attenuation for the specific object.

param areg_base_att:

integer Range: -50 to 150, Unit: dB