Position
SCPI Command :
ZVC:Z<*>:V<*>:POSition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) float[source]
# ZVC:Z<*>:V<*>:POSition value: float = driver.zvc.z.voltage.position.get(zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)
Sets the vertical position of the indicated voltage 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 ‘Voltage’)
- Returns:
vert_posi: -5 to 5
- set(vert_posi: float, zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) None[source]
# ZVC:Z<*>:V<*>:POSition driver.zvc.z.voltage.position.set(vert_posi = 1.0, zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)
Sets the vertical position of the indicated voltage 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 ‘Voltage’)