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 (Vp) referenced to ground.

Parameters:

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

Returns:

noffset: In N probe mode (NMODe) , this offset is used as channel offset and considered automatically for correction.

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 (Vp) referenced to ground.

Parameters:
  • noffset – In N probe mode (NMODe) , this offset is used as channel offset and considered automatically for correction.

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