NmOffset

SCPI Command :

[SENSe]:PROBe<pb>:SETup:NMOFfset
class NmOffsetCls[source]

NmOffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(probe=Probe.Default) float[source]
# SCPI: [SENSe]:PROBe<pb>:SETup:NMOFfset
value: float = driver.sense.probe.setup.nmOffset.get(probe = repcap.Probe.Default)

Sets the N-mode offset. The setting is only available if a modular probe in N-mode is connected to the FSW. The maximum voltage difference between the positive and negative input terminals is 16 V. If the probe is disconnected, the N-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

nm_offset: The voltage offset between the negative input terminal and ground. Unit: V

set(nm_offset: float, probe=Probe.Default) None[source]
# SCPI: [SENSe]:PROBe<pb>:SETup:NMOFfset
driver.sense.probe.setup.nmOffset.set(nm_offset = 1.0, probe = repcap.Probe.Default)

Sets the N-mode offset. The setting is only available if a modular probe in N-mode is connected to the FSW. The maximum voltage difference between the positive and negative input terminals is 16 V. If the probe is disconnected, the N-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 nm_offset

The voltage offset between the negative input terminal and ground. Unit: V

param probe

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