Sdata

SCPI Command :

SEARch:RESult:SENT:FRAMe<*>:SDATa
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str, busFrameNull=BusFrameNull.Default) str[source]
# SEARch:RESult:SENT:FRAMe<*>:SDATa
value: str = driver.search.result.sent.frame.sdata.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default)

Returns the symbolic data of the specified frame.

Parameters:

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

Returns:

symb_dat_vals: String that contain the symbolic data.