AttRatio
SCPI Command :
[SENSe]:PROBe<pb>:SETup:ATTRatio
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(probe=Probe.Default) float[source]
# [SENSe]:PROBe<pb>:SETup:ATTRatio value: float = driver.sense.probe.setup.attRatio.get(probe = repcap.Probe.Default)
Defines the attenuation applied to the input at the probe. This setting is only available for modular probes.
- Parameters:
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)
- Returns:
attenuation_ratio: 10 Attenuation by 20 dB (ratio= 10:1) 2 Attenuation by 6 dB (ratio= 2:1) Unit: DB
- set(attenuation_ratio: float, probe=Probe.Default) None[source]
# [SENSe]:PROBe<pb>:SETup:ATTRatio driver.sense.probe.setup.attRatio.set(attenuation_ratio = 1.0, probe = repcap.Probe.Default)
Defines the attenuation applied to the input at the probe. This setting is only available for modular probes.
- Parameters:
attenuation_ratio – 10 Attenuation by 20 dB (ratio= 10:1) 2 Attenuation by 6 dB (ratio= 2:1) Unit: DB
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)