Impedance

SCPI Command :

PROBe<*>:DEEMbedding:LOAD:IMPedance
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(probe=Probe.Default) float[source]
# PROBe<*>:DEEMbedding:LOAD:IMPedance
value: float = driver.probe.deembedding.load.impedance.get(probe = repcap.Probe.Default)

Shows the source impedance of the DUT. If an R&S RT-ZM probe is connected, the value depends on the selected probe mode: common mode, differential, or single-ended measurement.

Parameters:

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

Returns:

src_imp: 100E-15 to 1E+9

set(src_imp: float, probe=Probe.Default) None[source]
# PROBe<*>:DEEMbedding:LOAD:IMPedance
driver.probe.deembedding.load.impedance.set(src_imp = 1.0, probe = repcap.Probe.Default)

Shows the source impedance of the DUT. If an R&S RT-ZM probe is connected, the value depends on the selected probe mode: common mode, differential, or single-ended measurement.

Parameters:
  • src_imp – 100E-15 to 1E+9

  • probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)