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