Count

SCPI Command :

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

Returns the number of clock edges in the decode table.

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’)