Pattern

SCPI Command :

BUS<*>:ARINc:WORD<*>:PATTern
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, word=Word.Default) int[source]
# BUS<*>:ARINc:WORD<*>:PATTern
value: int = driver.bus.arinc.word.pattern.get(bus = repcap.Bus.Default, word = repcap.Word.Default)

Returns all 32 bits of the specified word.

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

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

Returns:

patt_dat_vals: Comma-separated list of 4 bytes in big endian order. The format of each byte is defined by method RsRtx.formatPy.bpattern().