Data
SCPI Command :
SEARch:RESult:USBPd:FRAMe<*>:DATA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str, busFrameNull=BusFrameNull.Default) str[source]
# SEARch:RESult:USBPd:FRAMe<*>:DATA value: str = driver.search.result.usbPd.frame.data.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default)
Searches for data from the frame with the selected frame number (for the selected serial bus) . This is the hex value of the first four bytes of data fields, prefixed by the total number of data fields (in square brackets) , e.g. [5]FF008041.
- Parameters:
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)