EpAttenuator
SCPI Command :
PROBe<*>:SETup:EPATtenuator
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(probe=Probe.Default) ExtProbeAttenuation[source]
# PROBe<*>:SETup:EPATtenuator value: enums.ExtProbeAttenuation = driver.probe.setup.epAttenuator.get(probe = repcap.Probe.Default)
If you use an external attenuator together with one of the differential active probes R&S RT-ZD10/20/30, select the attenuator used to include its attenuation in the measurements.
- Parameters:
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)
- set(ext_prb_att: ExtProbeAttenuation, probe=Probe.Default) None[source]
# PROBe<*>:SETup:EPATtenuator driver.probe.setup.epAttenuator.set(ext_prb_att = enums.ExtProbeAttenuation.NONE, probe = repcap.Probe.Default)
If you use an external attenuator together with one of the differential active probes R&S RT-ZD10/20/30, select the attenuator used to include its attenuation in the measurements.
- Parameters:
ext_prb_att – NONE | ZA15 | ZA100
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)