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