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 to the positive and the negative input terminal.
- Parameters:
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)
- Returns:
dm_offset: In DM probe mode (DMODe) , this offset is used as channel offset and considered automatically for correction.
- 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 to the positive and the negative input terminal.
- Parameters:
dm_offset – In DM probe mode (DMODe) , 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’)