Main Content

reset

Reset target object

Since R2021b

Description

example

reset(target_object) resets the Target object. This function disconnects the Target object from the target computer and resets the internal state of the Target object. Use this function to re-establish Target object operation when some issue stops communication between the Target object and target computer.

Examples

collapse all

Reset the target object tg.

reset(tg);

Input Arguments

collapse all

Provides access to methods that manipulate the target computer properties.

Example: tg

Version History

Introduced in R2021b

See Also