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