Sdecay

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:AIN<nr>:SDECay
class SdecayCls[source]

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

get(audioInput=AudioInput.Default) SlowDecay[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:AIN<nr>:SDECay
value: enums.SlowDecay = driver.configure.afRf.measurement.audioInput.sdecay.get(audioInput = repcap.AudioInput.Default)

Requires ‘Auto Range’ > ‘ON’, see method RsCma.Configure.AfRf.Measurement.AudioInput.Aranging.set. Sets longer decay times of the auto ranging procedure implying longer decay times of a digital automatic gain control (AGC) . You can set multiples of the standard decay time of the digital AGC.

param audioInput:

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

return:

slow_decay: OFF | X2 | X3 | X4 | X10 OFF Standard decay of the digital AGC. X2 | X3 | X4 | X10 Sets for longer decay times using multiples of standard decay time of the digital AGC.

set(slow_decay: SlowDecay, audioInput=AudioInput.Default) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:AIN<nr>:SDECay
driver.configure.afRf.measurement.audioInput.sdecay.set(slow_decay = enums.SlowDecay.OFF, audioInput = repcap.AudioInput.Default)

Requires ‘Auto Range’ > ‘ON’, see method RsCma.Configure.AfRf.Measurement.AudioInput.Aranging.set. Sets longer decay times of the auto ranging procedure implying longer decay times of a digital automatic gain control (AGC) . You can set multiples of the standard decay time of the digital AGC.

param slow_decay:

OFF | X2 | X3 | X4 | X10 OFF Standard decay of the digital AGC. X2 | X3 | X4 | X10 Sets for longer decay times using multiples of standard decay time of the digital AGC.

param audioInput:

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