Probe
SCPI Command :
BUS<*>:DPHY:DPONe:PROBe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusSignalDiffType[source]
# BUS<*>:DPHY:DPONe:PROBe value: enums.BusSignalDiffType = driver.bus.dphy.dpone.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_1: BusSignalDiffType, bus=Bus.Default) None[source]
# BUS<*>:DPHY:DPONe:PROBe driver.bus.dphy.dpone.probe.set(probe_dp_1 = enums.BusSignalDiffType.DIFFerential, bus = repcap.Bus.Default)
Selects the type of probe used for the corresponding data lane.
- Parameters:
probe_dp_1 – DIFFerential | SINGle
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)