ApLayer

SCPI Command :

[SOURce<HW>]:BB:RADio:AM:APLayer:ATT
class ApLayerCls[source]

ApLayer commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get_att() float[source]
# SCPI: [SOURce<HW>]:BB:RADio:AM:APLayer:ATT
value: float = driver.source.bb.radio.am.apLayer.get_att()

Sets the attenuation.

return:

attenuation: float Range: 0 to 30

set_att(attenuation: float) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:AM:APLayer:ATT
driver.source.bb.radio.am.apLayer.set_att(attenuation = 1.0)

Sets the attenuation.

param attenuation:

float Range: 0 to 30

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.radio.am.apLayer.clone()

Subgroups