Data

SCPI Command :

BUS<*>:PARallel:DECTable<*>:DATA
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, decTable=DecTable.Default) float[source]
# BUS<*>:PARallel:DECTable<*>:DATA
value: float = driver.bus.parallel.decTable.data.get(bus = repcap.Bus.Default, decTable = repcap.DecTable.Default)

Returns the data of the decoded values of the bus signal and its time.

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

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