CmOffset
SCPI Command :
PROBe<*>:SETup:CMOFfset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(probe=Probe.Default) float[source]
# PROBe<*>:SETup:CMOFfset value: float = driver.probe.setup.cmOffset.get(probe = repcap.Probe.Default)
Sets the common-mode offset to compensate for a common DC voltage that is applied to both input sockets (referenced to the ground socket) . The setting is available for Rohde & Schwarz differential probes and for modular probes in CM measurement mode.
- Parameters:
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)
- Returns:
cm_offset: -1E+26 to 1E+26
- set(cm_offset: float, probe=Probe.Default) None[source]
# PROBe<*>:SETup:CMOFfset driver.probe.setup.cmOffset.set(cm_offset = 1.0, probe = repcap.Probe.Default)
Sets the common-mode offset to compensate for a common DC voltage that is applied to both input sockets (referenced to the ground socket) . The setting is available for Rohde & Schwarz differential probes and for modular probes in CM measurement mode.
- Parameters:
cm_offset – -1E+26 to 1E+26
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)