DmOffset
SCPI Command :
PROBe<*>:SETup:DMOFfset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(probe=Probe.Default) float[source]
# PROBe<*>:SETup:DMOFfset value: float = driver.probe.setup.dmOffset.get(probe = repcap.Probe.Default)
Sets the differential offset to compensate a DC voltage applied between the positive (Vp) and the negative (Vn) input terminal at the probe tip.
- Parameters:
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)
- Returns:
dm_offset: -1E+26 to 1E+26
- set(dm_offset: float, probe=Probe.Default) None[source]
# PROBe<*>:SETup:DMOFfset driver.probe.setup.dmOffset.set(dm_offset = 1.0, probe = repcap.Probe.Default)
Sets the differential offset to compensate a DC voltage applied between the positive (Vp) and the negative (Vn) input terminal at the probe tip.
- Parameters:
dm_offset – -1E+26 to 1E+26
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)