RemProbeLoad

SCPI Command :

PROBe<*>:DEEMbedding:REMProbeload
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(probe=Probe.Default) bool[source]
# PROBe<*>:DEEMbedding:REMProbeload
value: bool = driver.probe.deembedding.remProbeLoad.get(probe = repcap.Probe.Default)

Removes the loading of the probe if method RsRtx.deembedding.component.mode.set() is set to PROBing. If the probe loading is removed, you see the signal that would be at the measurement point if the probe’s input impedance is ideal (infinite impedance) . Without removing the loading, you see the real signal at the measurement point, including the probe loading.

Parameters:

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

Returns:

remove_prb_load: OFF | ON

set(remove_prb_load: bool, probe=Probe.Default) None[source]
# PROBe<*>:DEEMbedding:REMProbeload
driver.probe.deembedding.remProbeLoad.set(remove_prb_load = False, probe = repcap.Probe.Default)

Removes the loading of the probe if method RsRtx.deembedding.component.mode.set() is set to PROBing. If the probe loading is removed, you see the signal that would be at the measurement point if the probe’s input impedance is ideal (infinite impedance) . Without removing the loading, you see the real signal at the measurement point, including the probe loading.

Parameters:
  • remove_prb_load – OFF | ON

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