Attenuation
SCPI Commands :
[SOURce<HW>]:POWer:ATTenuation:DIGital
[SOURce<HW>]:POWer:ATTenuation:STAGe
- class AttenuationCls[source]
- Attenuation commands group definition. 3 total commands, 1 Subgroups, 2 group commands - get_digital() float[source]
- # SCPI: [SOURce<HW>]:POWer:ATTenuation:DIGital value: float = driver.source.power.attenuation.get_digital() - Sets a relative attenuation value for the baseband signal. - return
- att_digital: float Range: -3.522 to 80 
 
 - get_stage() float[source]
- # SCPI: [SOURce<HW>]:POWer:ATTenuation:STAGe value: float = driver.source.power.attenuation.get_stage() - No command help available - return
- stage: No help available 
 
 - set_digital(att_digital: float) None[source]
- # SCPI: [SOURce<HW>]:POWer:ATTenuation:DIGital driver.source.power.attenuation.set_digital(att_digital = 1.0) - Sets a relative attenuation value for the baseband signal. - param att_digital
- float Range: -3.522 to 80 
 
 
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.power.attenuation.clone()
Subgroups