Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ gspp(3) — AIX/RT 2.2.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

gspp

Purpose

     Sets plotter pen speed.

C Syntax

     int gspp_ (penspd)

     int *penspd;

FORTRAN Syntax

     INTEGER function gspp (penspd)

     INTEGER penspd

Pascal Syntax

     FUNCTION gspp_ (

     VAR penspd: INTEGER;
     ): INTEGER [PUBLIC|;

Description

     The gspp subroutine sets the plotter pen speed.

     Parameters

     penspd            Specifies the pen speed as a value from
                       0 to  100, giving  a percentage  of the
                       maximum  speed  of  the  plotter.   The
                       initial pen speed is 100 percent.

Return Value

     GS_SUCC   Successful.
     GS_USUC   Invalid parameter value.

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