Zadjust

SCPI Command :

PROBe<*>:SETup:OFFSet:ZADJust
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(probe=Probe.Default) float[source]
# PROBe<*>:SETup:OFFSet:ZADJust
value: float = driver.probe.setup.offset.zadjust.get(probe = repcap.Probe.Default)

set the waveform to zero position. It corrects the effect of a voltage offset or temperature drift. To set the value by the instrument, use method RsRtx.probe.setup.offset.azero.set() .

Parameters:

probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)

Returns:

zero_adj_val: -100 to 100

set(zero_adj_val: float, probe=Probe.Default) None[source]
# PROBe<*>:SETup:OFFSet:ZADJust
driver.probe.setup.offset.zadjust.set(zero_adj_val = 1.0, probe = repcap.Probe.Default)

set the waveform to zero position. It corrects the effect of a voltage offset or temperature drift. To set the value by the instrument, use method RsRtx.probe.setup.offset.azero.set() .

Parameters:
  • zero_adj_val – -100 to 100

  • probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)