Adjust

SCPI Command :

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

Sets the voltage to be used for termination correction.

Parameters:

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

Returns:

voltage_adj: Correction voltage

set(voltage_adj: float, probe=Probe.Default) None[source]
# PROBe<*>:SETup:TERM:ADJust
driver.probe.setup.term.adjust.set(voltage_adj = 1.0, probe = repcap.Probe.Default)

Sets the voltage to be used for termination correction.

Parameters:
  • voltage_adj – Correction voltage

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