CmOffset

SCPI Command :

[SENSe]:PROBe<pb>:SETup:CMOFfset
class CmOffsetCls[source]

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

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

Sets the common mode offset. The setting is only available if a differential probe in CM-mode is connected to the FSW. If the probe is disconnected, the common 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

cm_offset: Offset of the mean voltage between the positive and negative input terminal vs. ground Range: -16 V to +16 V, Unit: V

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

Sets the common mode offset. The setting is only available if a differential probe in CM-mode is connected to the FSW. If the probe is disconnected, the common 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 cm_offset

Offset of the mean voltage between the positive and negative input terminal vs. ground Range: -16 V to +16 V, Unit: V

param probe

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