State

SCPI Command :

SEARch:RESult:CMSB<*>:FRAMe<*>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str, searchResCmsb=SearchResCmsb.Default, busFrameNull=BusFrameNull.Default) BusCmsbResultState[source]
# SEARch:RESult:CMSB<*>:FRAMe<*>:STATe
value: enums.BusCmsbResultState = driver.search.result.cmsb.frame.state.get(search = 'abc', searchResCmsb = repcap.SearchResCmsb.Default, busFrameNull = repcap.BusFrameNull.Default)

Returns the overall state of the frame within the search result: either OK or the relevant error condition. R&S RTO6-K510 marks each frame with a status that indicates whether the decode succeeded or not.

Parameters:
  • searchResCmsb – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cmsb’)

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

Returns:

state: OK | LENGth | UNKNown | INComplete | CRC | PARity

  • OK: The frame was decoded normally and conforms to the frame description.

  • LENGth: The length error indicates that the frame ended prematurely, or an array in the frame had too few elements. The amount of bits that the software expected (based upon the user’s frame description) was not found before the frame was terminated. This might occur because a new frame synchronized, or a gap appeared between the bits.

  • UNKNown: Unknown error

  • INComplete: The frame ended prematurely because it extends past the end of the record.

  • CRC: Checksum error in cyclic redundancy check (error in data)