Table of Contents
hil_is_valid
The HIL API MATLAB functions have been deprecated in favour of the new quanser.hardware.hil class, which has support for code generation for Quanser targets. Hence, with the new hil class it is possible to run MATLAB scripts in real-time on Quanser targets, while making use of the Quanser hardware. |
Indicates whether the given board handle represents a valid open board.
valid = hil_is_valid(board)
Returns true (1) if the board handle represents a valid open board. Otherwise it returns false (0).
board_handle
The board handle returned by the hil_open function.
valid
A logical value indicating whether the given board is a valid open board.
valid = hil_is_valid(board);
See Also
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.