NmOffset
SCPI Command :
[SENSe]:PROBe<pb>:SETup:NMOFfset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(probe=Probe.Default) float[source]
# [SENSe]:PROBe<pb>:SETup:NMOFfset value: float = driver.applications.k50Spurious.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’.
- Parameters:
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)
- Returns:
nm_offset: The voltage offset between the negative input terminal and ground. Unit: V
- set(nm_offset: float, probe=Probe.Default) None[source]
# [SENSe]:PROBe<pb>:SETup:NMOFfset driver.applications.k50Spurious.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’.
- Parameters:
nm_offset – The voltage offset between the negative input terminal and ground. Unit: V
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)