Pmode
SCPI Command :
[SENSe]:PROBe<pb>:SETup:PMODe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(probe=Probe.Default) ProbeMode[source]
# [SENSe]:PROBe<pb>:SETup:PMODe value: enums.ProbeMode = driver.sense.probe.setup.pmode.get(probe = repcap.Probe.Default)
Determines the mode of a multi-mode modular probe. For details see ‘Using Probes’.
- Parameters:
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)
- Returns:
mode: CM | DM | PM | NM DM Voltage between the positive and negative input terminal CM Mean voltage between the positive and negative input terminal vs. ground PM Voltage between the positive input terminal and ground NM Voltage between the negative input terminal and ground
- set(mode: ProbeMode, probe=Probe.Default) None[source]
# [SENSe]:PROBe<pb>:SETup:PMODe driver.sense.probe.setup.pmode.set(mode = enums.ProbeMode.CM, probe = repcap.Probe.Default)
Determines the mode of a multi-mode modular probe. For details see ‘Using Probes’.
- Parameters:
mode – CM | DM | PM | NM DM Voltage between the positive and negative input terminal CM Mean voltage between the positive and negative input terminal vs. ground PM Voltage between the positive input terminal and ground NM Voltage between the negative input terminal and ground
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)