Status

SCPI Command :

SEARch:RESult:FLXRay:FRAMe<*>:STATus
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str, busFrameNull=BusFrameNull.Default) BusFlxrayFrameState[source]
# SEARch:RESult:FLXRay:FRAMe<*>:STATus
value: enums.BusFlxrayFrameState = driver.search.result.flxRay.frame.status.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default)

Returns the overall state of the selected frame.

Parameters:

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

Returns:

state: OK: the frame is valid. FSS: Frame Start Sequence after TSS is missing. BSS: Byte Start Sequence is missing. FES: error in the Frame End Sequence. INDicator: Error in indicator bits. HCRCerror: Header CRC is not valid. CRCerr: Payload CRC is not valid. LENER = LENer: Unexpected length of the frame. HCFCerror: Header CRC error and frame CRC error INSufficient: The frame is not completely contained in the acquisition. The acquired part of the frame is valid.