Attenuation
SCPI Command :
[SOURce<HW>]:AREGenerator:OBJect<CH>:[SUBChannel<ST>]:ATTenuation
- class AttenuationCls[source]
Attenuation commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(objectIx=ObjectIx.Default, subchannel=Subchannel.Default) float [source]
# SCPI: [SOURce<HW>]:AREGenerator:OBJect<CH>:[SUBChannel<ST>]:ATTenuation value: float = driver.source.areGenerator.object.subChannel.attenuation.get(objectIx = repcap.ObjectIx.Default, subchannel = repcap.Subchannel.Default)
Requires [:SOURce<hw>]:AREGenerator:UNITs:KCONstant ATT. Sets the attenuation of the simulated radar object. The attenuation depends on the input power, i.e. a lower input signal can be amplified more. If the gain control reaches the upper limit, a message is displayed.
- param objectIx:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)
- param subchannel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)
- return:
areg_obj_att: No help available
- set(areg_obj_att: float, objectIx=ObjectIx.Default, subchannel=Subchannel.Default) None [source]
# SCPI: [SOURce<HW>]:AREGenerator:OBJect<CH>:[SUBChannel<ST>]:ATTenuation driver.source.areGenerator.object.subChannel.attenuation.set(areg_obj_att = 1.0, objectIx = repcap.ObjectIx.Default, subchannel = repcap.Subchannel.Default)
Requires [:SOURce<hw>]:AREGenerator:UNITs:KCONstant ATT. Sets the attenuation of the simulated radar object. The attenuation depends on the input power, i.e. a lower input signal can be amplified more. If the gain control reaches the upper limit, a message is displayed.
- param areg_obj_att:
No help available
- param objectIx:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)
- param subchannel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)