TABLE OF CONTENTS


::pwtk::ph

SYNOPSIS

proc ::pwtk::ph {ph} {

PURPOSE

Explicitly set the full pathname/filename for ph.x executable (i.e. /full/path/to/ph.x).

RETURN VALUE

The value of the ph.

SOURCE

    variable QEprog

    return [set QEprog(PH) [findExecutable $ph]]
}