Attenuation

SCPI Commands :

[SOURce<HW>]:POWer:ATTenuation:DIGital
[SOURce<HW>]:POWer:ATTenuation:STAGe
Commands in total: 3
Subgroups: 1
Direct child commands: 2
get_digital() float[source]
# [SOURce<HW>]:POWer:ATTenuation:DIGital
value: float = driver.source.power.attenuation.get_digital()

Sets a relative attenuation value for the baseband signal.

Returns:

att_digital: float Range: -3.522 to 80

get_stage() float[source]
# [SOURce<HW>]:POWer:ATTenuation:STAGe
value: float = driver.source.power.attenuation.get_stage()

No help available

set_digital(att_digital: float) None[source]
# [SOURce<HW>]:POWer:ATTenuation:DIGital
driver.source.power.attenuation.set_digital(att_digital = 1.0)

Sets a relative attenuation value for the baseband signal.

Parameters:

att_digital – float Range: -3.522 to 80

Cloning the Group

# Create a copy of the original group, that exists independently
attenuation_copy = driver.source.power.attenuation.clone()

Subgroups