Evalue

SCPI Command :

ZVC:Z<*>:I<*>:SHUNt:EVALue
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) float[source]
# ZVC:Z<*>:I<*>:SHUNt:EVALue
value: float = driver.zvc.z.icurrent.shunt.evalue.get(zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)

Defines the value of the external shunt resistor to calculate the correct current values.

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:

ext_shunt_val: 10E-6 to 10000

set(ext_shunt_val: float, zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) None[source]
# ZVC:Z<*>:I<*>:SHUNt:EVALue
driver.zvc.z.icurrent.shunt.evalue.set(ext_shunt_val = 1.0, zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)

Defines the value of the external shunt resistor to calculate the correct current values.

Parameters:
  • ext_shunt_val – 10E-6 to 10000

  • 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’)