Instrument Control Toolbox    
isvalid

Determine if instrument objects are valid

Syntax

Arguments

obj
An instrument object or array of instrument objects.
out
A logical array.

Description

out = isvalid(obj) returns the logical array out, which contains a 0 where the elements of obj are invalid instrument objects and a 1 where the elements of obj are valid instrument objects.

Remarks

obj becomes invalid after it is removed from memory with the delete function. Because you cannot connect an invalid object to the instrument, you should remove it from the workspace with the clear command.

Example

Suppose you create the following two GPIB objects:

g2 becomes invalid after it is deleted.

isvalid verifies that g1 is valid and g2 is invalid.

See Also

Functions

clear, delete


  instrschool length