Value

SCPI Command :

SEARch:RESult:ETHernet:WORD<*>:BYTE<*>:VALue
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str, word=Word.Default, byteNull=ByteNull.Default) int[source]
# SEARch:RESult:ETHernet:WORD<*>:BYTE<*>:VALue
value: int = driver.search.result.ethernet.word.byte.value.get(search = 'abc', word = repcap.Word.Default, byteNull = repcap.ByteNull.Default)

BYTE returns all data of up to 1982 bytes (not just the first 5 or 6 bytes) . This is also visible in the data table under Show details.

Parameters:
  • search – String parameter

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

  • byteNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Byte’)

Returns:

value: 0 to 255