AI on demand once
1'''
2AI - AI_on_demand_once.py.
3
4This example demonstrates how to read AI data in on demand mode.
5
6For other examples please check:
7 https://github.com/WPC-Systems-Ltd/WPC_Stand-alone_Python_release/tree/main/examples
8
9Copyright (c) 2024 WPC Systems Ltd.
10All rights reserved.
11'''
12
13## WPC
14import pywpc
15
16## Read data acquisition
17ai_data = pywpc.AI_readOnDemand()
18print(ai_data)