Attenuation

SCPI Commands

SENSe:LIST:RANGe<RangePy>:INPut:ATTenuation
class AttenuationCls[source]

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

get(rangePy=RangePy.Default) float[source]
# SCPI: [SENSe]:LIST:RANGe<ri>:INPut:ATTenuation
value: float = driver.applications.k50Spurious.sense.listPy.range.inputPy.attenuation.get(rangePy = repcap.RangePy.Default)

No command help available

param rangePy

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)

return

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

set(attenuation: float, rangePy=RangePy.Default) None[source]
# SCPI: [SENSe]:LIST:RANGe<ri>:INPut:ATTenuation
driver.applications.k50Spurious.sense.listPy.range.inputPy.attenuation.set(attenuation = 1.0, rangePy = repcap.RangePy.Default)

No command help available

param attenuation

Range: 0 dB to 79 dB , Unit: DB

param rangePy

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)