CmOffset

SCPI Command :

PROBe<*>:SETup:CMOFfset
Commands in total: 1
Subgroups: 0
Direct 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. The setting is only available for differential probes.

Parameters:

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

Returns:

cm_offset: -100E+24 to 100E+24

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. The setting is only available for differential probes.

Parameters:
  • cm_offset – -100E+24 to 100E+24

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