Impedance
SCPI Command :
DEEMbedding<*>:COMPonent<*>:LOAD:IMPedance
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(deembedding=Deembedding.Default, component=Component.Default) float[source]
# DEEMbedding<*>:COMPonent<*>:LOAD:IMPedance value: float = driver.deembedding.component.load.impedance.get(deembedding = repcap.Deembedding.Default, component = repcap.Component.Default)
Shows the source impedance of the DUT component. 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:
deembedding – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Deembedding’)
component – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Component’)
- Returns:
value: Numeric value
- set(value: float, deembedding=Deembedding.Default, component=Component.Default) None[source]
# DEEMbedding<*>:COMPonent<*>:LOAD:IMPedance driver.deembedding.component.load.impedance.set(value = 1.0, deembedding = repcap.Deembedding.Default, component = repcap.Component.Default)
Shows the source impedance of the DUT component. 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:
value – Numeric value
deembedding – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Deembedding’)
component – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Component’)