Noffset

SCPI Command :

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

Sets the negative offset to compensate a DC voltage applied to the negative input terminal (Vn) referenced to ground.

Parameters:

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

Returns:

noffset: -1E+26 to 1E+26

set(noffset: float, probe=Probe.Default) None[source]
# PROBe<*>:SETup:NOFFset
driver.probe.setup.noffset.set(noffset = 1.0, probe = repcap.Probe.Default)

Sets the negative offset to compensate a DC voltage applied to the negative input terminal (Vn) referenced to ground.

Parameters:
  • noffset – -1E+26 to 1E+26

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