PmOffset
SCPI Command :
[SENSe]:PROBe<pb>:SETup:PMOFfset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(probe=Probe.Default) float[source]
# [SENSe]:PROBe<pb>:SETup:PMOFfset value: float = driver.applications.k30NoiseFigure.sense.probe.setup.pmOffset.get(probe = repcap.Probe.Default)
Sets the P-mode offset. The setting is only available if a modular probe in P-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 P-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:
pm_offset: The voltage offset between the positive input terminal and ground. Unit: V
- set(pm_offset: float, probe=Probe.Default) None[source]
# [SENSe]:PROBe<pb>:SETup:PMOFfset driver.applications.k30NoiseFigure.sense.probe.setup.pmOffset.set(pm_offset = 1.0, probe = repcap.Probe.Default)
Sets the P-mode offset. The setting is only available if a modular probe in P-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 P-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:
pm_offset – The voltage offset between the positive input terminal and ground. Unit: V
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)