Attenuation

SCPI Command:

CONFigure:BASE:ATTenuation:ENABle
CONFigure:BASE:ATTenuation:AWARning
class AttenuationCls[source]

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

get_awarning() bool[source]
# SCPI: CONFigure:BASE:ATTenuation:AWARning
value: bool = driver.configure.base.attenuation.get_awarning()

Enables or disables an audible warning, to be played if the RF protection circuit is activated.

return:

awarning: OFF | ON

get_enable() bool[source]
# SCPI: CONFigure:BASE:ATTenuation:ENABle
value: bool = driver.configure.base.attenuation.get_enable()

Enables or disables the internal 17 dB attenuator of the RF COM connector.

return:

atten_enable: OFF | ON

set_awarning(awarning: bool) None[source]
# SCPI: CONFigure:BASE:ATTenuation:AWARning
driver.configure.base.attenuation.set_awarning(awarning = False)

Enables or disables an audible warning, to be played if the RF protection circuit is activated.

param awarning:

OFF | ON

set_enable(atten_enable: bool) None[source]
# SCPI: CONFigure:BASE:ATTenuation:ENABle
driver.configure.base.attenuation.set_enable(atten_enable = False)

Enables or disables the internal 17 dB attenuator of the RF COM connector.

param atten_enable:

OFF | ON