Position

SCPI Command :

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

Sets the vertical position of the indicated current channel as a graphical value.

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:

vert_posi: -5 to 5

set(vert_posi: float, zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) None[source]
# ZVC:Z<*>:I<*>:POSition
driver.zvc.z.icurrent.position.set(vert_posi = 1.0, zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)

Sets the vertical position of the indicated current channel as a graphical value.

Parameters:
  • vert_posi – -5 to 5

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