readable

readable — sets the readable attribute of a point.

Synopsis

       
(readable point_name value)
	

Parameters

point_name

The name of an existing point.

value

T or Y if point is readable, F or N if not readable (case insensitive).

Returns

OK or (error)

Description

This command sets the readable attribute of a point. Without the readable attribute set, a point will not be read. This command is infrequently required, since this attribute of a point is normally set when the point is created and rarely changes dynamically.

Example

(readable Pushbutton t)