Attenuation

SCPI Command :

[SENSe]:DIRected:INPut:ATTenuation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:DIRected:INPut:ATTenuation
value: float = driver.applications.k50Spurious.sense.directed.inputPy.attenuation.get()

Defines the RF attenuation for the directed search measurement.

Returns:

attenuation: integer Range: 0 dB to 79 dB, Unit: DB

set(attenuation: float) None[source]
# [SENSe]:DIRected:INPut:ATTenuation
driver.applications.k50Spurious.sense.directed.inputPy.attenuation.set(attenuation = 1.0)

Defines the RF attenuation for the directed search measurement.

Parameters:

attenuation – integer Range: 0 dB to 79 dB, Unit: DB