Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Python API FIFO Timed out Status

I want to judge whether FIFO is timed out in Python and realize this function in python,

flow.png judge.png

for example by while loop:

 while fifo.timed_out is True:

but '_FxpFIFO' object has no attribute 'timed_out'

So how can I judge this fifo timed out Status in python.

Any Suggestion or example.

 

0 Kudos
Message 1 of 1
(1,846 Views)