PrMode

SCPI Command :

PROBe<*>:SETup:PRMode
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(probe=Probe.Default) ProbeMeasMode[source]
# PROBe<*>:SETup:PRMode
value: enums.ProbeMeasMode = driver.probe.setup.prMode.get(probe = repcap.Probe.Default)

Sets the measurement mode of the modular probe.

Parameters:

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

set(prb_meas_md: ProbeMeasMode, probe=Probe.Default) None[source]
# PROBe<*>:SETup:PRMode
driver.probe.setup.prMode.set(prb_meas_md = enums.ProbeMeasMode.CMODe, probe = repcap.Probe.Default)

Sets the measurement mode of the modular probe.

Parameters:
  • prb_meas_md

    DMODe | CMODe | PMODe | NMODe

    • DMODe: Differential mode input voltage (Vdm) , the voltage between the positive and negative input terminal.

    • CMODe: Common mode input voltage (Vcm) , the mean voltage between the positive and negative input terminal vs. ground.

    • PMODe: Positive single-ended input voltage (Vp) . the voltage between the positive input terminal and ground.

    • NMODe: Negative single-ended input voltage (VN) . the voltage between the negative input terminal and ground.

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