DspData

SCPI Command :

BUS<*>:DPHY:DSPData
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) bool[source]
# BUS<*>:DPHY:DSPData
value: bool = driver.bus.dphy.dspData.get(bus = repcap.Bus.Default)

Enables the display of the data vector, which means that the whole frame will be decoded. When the display vector is disabled only the packet header will be decoded and not the actual data payload of the frame. This will speed up the decoding.

Parameters:

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

set(diplay_dat_vect: bool, bus=Bus.Default) None[source]
# BUS<*>:DPHY:DSPData
driver.bus.dphy.dspData.set(diplay_dat_vect = False, bus = repcap.Bus.Default)

Enables the display of the data vector, which means that the whole frame will be decoded. When the display vector is disabled only the packet header will be decoded and not the actual data payload of the frame. This will speed up the decoding.

Parameters:
  • diplay_dat_vect – OFF | ON

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