Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ setvaluator(3g) — GL2 W2.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

setvaluator()  —  Silicon Graphics

NAME

setvaluator - assigns an initial value to a valuator

SPECIFICATION

C
setvaluator(v, init, min, max)
Device v;
short init, min, max;

FORTRAN
subroutine setval(v, init, min, max)
integer*4 v, init, min, max

Pascal
procedure setvaluator(v: Device; init, min, max: Short);

DESCRIPTION

setvaluator assigns an initial value init to a valuator.  Some devices, like tablets, report values fixed to a grid.  In this case, the device defines an initial position and init will be ignored.  min and max are lower and upper bounds for the values the device can assume. 

SEE ALSO

getvaluator

NOTE

This command can be used only in immediate mode. 

Version 2.4  —  May 08, 1986

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026