State

SCPI Command :

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

Returns the status of the zero compensation of the indicated 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:

zero_comp_state: ON: Zero compensation is used Off: Zero Compensation is not used