DisplayDiff

SCPI Command :

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

Selects the input voltages to be measured by the ProbeMeter of an R&S differential active probe.

Parameters:

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

Returns:

display_diff: DIFFerential | SINGleended

  • DIFFerential: Measures differential and common mode voltages

  • SINGleended: Measures the voltage between the positive/negative signal socket and the ground.

set(display_diff: DisplayDiff, probe=Probe.Default) None[source]
# PROBe<*>:SETup:DISPlaydiff
driver.probe.setup.displayDiff.set(display_diff = enums.DisplayDiff.DIFFerential, probe = repcap.Probe.Default)

Selects the input voltages to be measured by the ProbeMeter of an R&S differential active probe.

Parameters:
  • display_diff

    DIFFerential | SINGleended

    • DIFFerential: Measures differential and common mode voltages

    • SINGleended: Measures the voltage between the positive/negative signal socket and the ground.

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