Adjust
SCPI Command :
PROBe<*>:SETup:TERM:ADJust
- Commands in total: 1Subgroups: 0Direct 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)
Activates control of the termination voltage.
- Parameters:
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)
- Returns:
voltage_adj: -1E+26 to 1E+26
- 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)
Activates control of the termination voltage.
- Parameters:
voltage_adj – -1E+26 to 1E+26
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)