Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import requests response = requests.get( "https://api.atomscale.ai/rheed/stream/d290f1ee-6c54-4b01-90e6-d701748f0851/latency", headers={"X-API-KEY": "YOUR_API_KEY"} ) latency = response.json()
0.85
Retrieve the real-time latency of a RHEED stream
null