Data
SCPI Command :
BUS<*>:MILStd:WORD<*>:DATA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, word=Word.Default) int[source]
# BUS<*>:MILStd:WORD<*>:DATA value: int = driver.bus.milstd.word.data.get(bus = repcap.Bus.Default, word = repcap.Word.Default)
Return the data bytes 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: 16-bit data of the specified word as a 2-byte bit pattern (B1, B2) . The first byte B1 is the most significant byte.