Vstr

SCPI Command :

SEARch:RESult:TBTO:FRAMe<*>:WORD<*>:VSTR
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str, busFrameNull=BusFrameNull.Default, word=Word.Default) str[source]
# SEARch:RESult:TBTO:FRAMe<*>:WORD<*>:VSTR
value: str = driver.search.result.tbto.frame.word.vstr.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default, word = repcap.Word.Default)

Returns the string equivalent of data value for the selected cell.

Parameters:
  • busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)

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