Attenuation

SCPI Command :

[SOURce<HW>]:AREGenerator:OBJect<CH>:ATTenuation
class AttenuationCls[source]

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

get(objectIx=ObjectIx.Default) float[source]
# SCPI: [SOURce<HW>]:AREGenerator:OBJect<CH>:ATTenuation
value: float = driver.source.areGenerator.object.attenuation.get(objectIx = repcap.ObjectIx.Default)

Sets the attenuation of a specific radar object. Together with the base attenuation that applies to all radar objects, it forms the total attenuation for the specific object.

param objectIx:

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

return:

areg_obj_att: float Range: 0 to 63.5

set(areg_obj_att: float, objectIx=ObjectIx.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:OBJect<CH>:ATTenuation
driver.source.areGenerator.object.attenuation.set(areg_obj_att = 1.0, objectIx = repcap.ObjectIx.Default)

Sets the attenuation of a specific radar object. Together with the base attenuation that applies to all radar objects, it forms the total attenuation for the specific object.

param areg_obj_att:

float Range: 0 to 63.5

param objectIx:

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