Distribute
SCPI Command :
SBUS<*>:DPHY:DISTribute
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) bool[source]
# SBUS<*>:DPHY:DISTribute value: bool = driver.sbus.dphy.distribute.get(serialBus = repcap.SerialBus.Default)
Enables lane distribution, where individual contributions to the long or short packets from multiple data lanes are shown separately on the GUI.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- Returns:
mode: OFF | ON
- set(mode: bool, serialBus=SerialBus.Default) None[source]
# SBUS<*>:DPHY:DISTribute driver.sbus.dphy.distribute.set(mode = False, serialBus = repcap.SerialBus.Default)
Enables lane distribution, where individual contributions to the long or short packets from multiple data lanes are shown separately on the GUI.
- Parameters:
mode – OFF | ON
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)