Impedance

SCPI Command :

ZVC:Z<*>:V<*>:IMPedance
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) float[source]
# ZVC:Z<*>:V<*>:IMPedance
value: float = driver.zvc.z.voltage.impedance.get(zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)

Sets the voltage impedance of the probe channel for power calculations and measurements.

Parameters:
  • zvcProbe – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Z’)

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

Returns:

meas_imp: 1 to 100E+3

set(meas_imp: float, zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) None[source]
# ZVC:Z<*>:V<*>:IMPedance
driver.zvc.z.voltage.impedance.set(meas_imp = 1.0, zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)

Sets the voltage impedance of the probe channel for power calculations and measurements.

Parameters:
  • meas_imp – 1 to 100E+3

  • zvcProbe – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Z’)

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