DmOffset
SCPI Command :
[SENSe]:PROBe<pb>:SETup:DMOFfset
- class DmOffsetCls[source]
DmOffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(probe=Probe.Default) float [source]
# SCPI: [SENSe]:PROBe<pb>:SETup:DMOFfset value: float = driver.applications.k70Vsa.sense.probe.setup.dmOffset.get(probe = repcap.Probe.Default)
Sets the DM-mode offset. The setting is only available if a modular probe in DM-mode is connected to the FSW. If the probe is disconnected, the DM-mode offset of the probe is reset to 0.0 V. Note that if the offset for DM-mode or CM-mode is changed, the offsets for the P-mode and N-mode are adapted accordingly, and vice versa. For details see ‘Using Probes’.
- param probe
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)
- return
dm_offset: Voltage offset between the positive and negative input terminal Unit: V
- set(dm_offset: float, probe=Probe.Default) None [source]
# SCPI: [SENSe]:PROBe<pb>:SETup:DMOFfset driver.applications.k70Vsa.sense.probe.setup.dmOffset.set(dm_offset = 1.0, probe = repcap.Probe.Default)
Sets the DM-mode offset. The setting is only available if a modular probe in DM-mode is connected to the FSW. If the probe is disconnected, the DM-mode offset of the probe is reset to 0.0 V. Note that if the offset for DM-mode or CM-mode is changed, the offsets for the P-mode and N-mode are adapted accordingly, and vice versa. For details see ‘Using Probes’.
- param dm_offset
Voltage offset between the positive and negative input terminal Unit: V
- param probe
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)