Main Content

setPILTimeout

Set the timeout value that PIL uses for reading data

Description

example

setPILTimeout(hwObj,timeVal)configures the timeout value in seconds to be used by the processor-in-the-loop (PIL) execution for reading data from the NVIDIA®target. This value is valid until the hardware object is live.

Examples

collapse all

您可以配置使用的超时值公益诉讼for reading data on an NVIDIA Jetson®hardware from the MATLAB®environment using thesetPILTimeoutmethod of thejetsonhardware connection object.

To create a live hardware connection object, provide the host name or IP address, user name, and password of the target board.

hwObj = jetson('jetson-board-name','ubuntu','ubuntu'); setPILTimeout(hwObj,100);

Input Arguments

collapse all

Connection to a specific NVIDIA hardware board, specified as ajetsonordriveobject.

Specify the timeout value (in seconds) used by PIL for reading data from the target hardware. This value must be positive integer greater than or equal to 30.

Example:30

Version History

Introduced in R2019a