Poffset
SCPI Command :
PROBe<*>:SETup:POFFset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(probe=Probe.Default) float[source]
# PROBe<*>:SETup:POFFset value: float = driver.probe.setup.poffset.get(probe = repcap.Probe.Default)
Sets the positive offset to compensate a DC voltage applied to the positive input terminal (Vp) referenced to ground.
- Parameters:
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)
- Returns:
poffset: In P probe mode (PMODe) , this offset is used as channel offset and considered automatically for correction.
- set(poffset: float, probe=Probe.Default) None[source]
# PROBe<*>:SETup:POFFset driver.probe.setup.poffset.set(poffset = 1.0, probe = repcap.Probe.Default)
Sets the positive offset to compensate a DC voltage applied to the positive input terminal (Vp) referenced to ground.
- Parameters:
poffset – In P probe mode (PMODe) , 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’)