Impedance
SCPI Command :
ZVC:Z<*>:I<*>:IMPedance
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) float[source]
# ZVC:Z<*>:I<*>:IMPedance value: float = driver.zvc.z.icurrent.impedance.get(zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)
Sets the current 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 ‘Icurrent’)
- Returns:
meas_imp: 1 to 100E+3
- set(meas_imp: float, zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) None[source]
# ZVC:Z<*>:I<*>:IMPedance driver.zvc.z.icurrent.impedance.set(meas_imp = 1.0, zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)
Sets the current 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 ‘Icurrent’)