DmOffset

SCPI Command :

[SENSe]:PROBe<p>:SETup:DMOFfset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(probe=Probe.Default) float[source]
# [SENSe]:PROBe<p>:SETup:DMOFfset
value: float = driver.applications.k14Xnr5G.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’.

Parameters:

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

set(offset: float, probe=Probe.Default) None[source]
# [SENSe]:PROBe<p>:SETup:DMOFfset
driver.applications.k14Xnr5G.sense.probe.setup.dmOffset.set(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’.

Parameters:

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