Probe

SCPI Command :

BUS<*>:DPHY:DPTWo:PROBe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) BusSignalDiffType[source]
# BUS<*>:DPHY:DPTWo:PROBe
value: enums.BusSignalDiffType = driver.bus.dphy.dpTwo.probe.get(bus = repcap.Bus.Default)

Selects the type of probe used for the corresponding data lane.

Parameters:

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

set(probe_dp_2: BusSignalDiffType, bus=Bus.Default) None[source]
# BUS<*>:DPHY:DPTWo:PROBe
driver.bus.dphy.dpTwo.probe.set(probe_dp_2 = enums.BusSignalDiffType.DIFFerential, bus = repcap.Bus.Default)

Selects the type of probe used for the corresponding data lane.

Parameters:
  • probe_dp_2 – DIFFerential | SINGle

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