Use
SCPI Command :
ZVC:Z<*>:I<*>:ZERComp:USE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) bool[source]
# ZVC:Z<*>:I<*>:ZERComp:USE value: bool = driver.zvc.z.icurrent.zerComp.use.get(zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)
Enables the automatic compensation of the measured zero offset.
- 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’)
- set(use_zro_comp_offss: bool, zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) None[source]
# ZVC:Z<*>:I<*>:ZERComp:USE driver.zvc.z.icurrent.zerComp.use.set(use_zro_comp_offss = False, zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)
Enables the automatic compensation of the measured zero offset.
- Parameters:
use_zro_comp_offss – OFF | ON
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’)