quanser.hardware.hil.get_string_property quanser.hardware.hil.set_analog_input_configuration navigation bar

Table of Contents

quanser.hardware.hil.is_valid

Indicates whether the given board represents a valid open board.

Syntax

valid = board.is_valid
    

Description

Returns true (1) if the board represents a valid open board. Otherwise it returns false (0).

Parameters

board_handle

The board instance returned by the quanser.hardware.hil.open function.

Outputs

valid

A logical value indicating whether the given board is a valid open board.

Examples

valid = board.is_valid;
    

See Also

 

navigation bar