AcCoupling
SCPI Command :
PROBe<*>:SETup:ACCoupling
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(probe=Probe.Default) bool[source]
# PROBe<*>:SETup:ACCoupling value: bool = driver.probe.setup.acCoupling.get(probe = repcap.Probe.Default)
Enables AC coupling in the R&S RT-ZPR20 probe, which removes DC and very low-frequency components. The R&S RT-ZPR20 probe requires 50 Ω input termination, for which the channel AC coupling is not available. The probe setting allows AC coupling also at 50 Ω inputs.
- Parameters:
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)
- set(probe_cpl_ac: bool, probe=Probe.Default) None[source]
# PROBe<*>:SETup:ACCoupling driver.probe.setup.acCoupling.set(probe_cpl_ac = False, probe = repcap.Probe.Default)
Enables AC coupling in the R&S RT-ZPR20 probe, which removes DC and very low-frequency components. The R&S RT-ZPR20 probe requires 50 Ω input termination, for which the channel AC coupling is not available. The probe setting allows AC coupling also at 50 Ω inputs.
- Parameters:
probe_cpl_ac – OFF | ON
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)