Offset
SCPI Command :
ZVC:Z<*>:V<*>:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) float[source]
# ZVC:Z<*>:V<*>:OFFSet value: float = driver.zvc.z.voltage.offset.get(zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)
Sets the vertical offset for the voltage channel.
- 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:
vertical_offset: -1 to 1
- set(vertical_offset: float, zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) None[source]
# ZVC:Z<*>:V<*>:OFFSet driver.zvc.z.voltage.offset.set(vertical_offset = 1.0, zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)
Sets the vertical offset for the voltage channel.
- Parameters:
vertical_offset – -1 to 1
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’)