Data
SCPI Command :
SEARch:RESult:ETHernet:WORD<*>:DATA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str, word=Word.Default) str[source]
# SEARch:RESult:ETHernet:WORD<*>:DATA value: str = driver.search.result.ethernet.word.data.get(search = 'abc', word = repcap.Word.Default)
Returns the data bytes of the specified word within the search result.
- Parameters:
search – String parameter
word – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Word’)
- Returns:
data: String parameter