Data

SCPI Command :

BUS<*>:ETHernet:WORD<*>:DATA
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, word=Word.Default) str[source]
# BUS<*>:ETHernet:WORD<*>:DATA
value: str = driver.bus.ethernet.word.data.get(bus = repcap.Bus.Default, word = repcap.Word.Default)

Returns the number of word bytes in brackets [.] followed by the first six word bytes of data in hexadecimal format. Use method RsRtx.bus.ethernet.word.byte.value.get() to access the word bytes.

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:

data: String parameter