Probe

SCPI Command :

BUS<*>:DPHY:DPTHree:PROBe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) BusSignalDiffType[source]
# BUS<*>:DPHY:DPTHree:PROBe
value: enums.BusSignalDiffType = driver.bus.dphy.dpThree.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’)

Returns:

probe_dp_3: DIFFerential | SINGle

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

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

Parameters:
  • probe_dp_3 – DIFFerential | SINGle

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