Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
LibraryTools[Priority] - display or modify lookup priority of a library
Calling Sequence
Priority( archive, priority )
Parameters
archive
-
string; Maple library or directory containing Maple libraries
priority
(optional) integer; lookup priority of the library
Description
The Priority( archive, priority) calling sequence displays or modifies lookup priority of a library specified in archive. For more details on library lookup priority, see march.
If archive is a directory, priority numbers of all the libraries in that directory are displayed. Otherwise, if archive is a file that is a Maple library (has the extension .lib or .mla), then just the priority number of that library is displayed. An error is raised if the path specified by archive does not exist.
The optional priority specifies the new lookup priority to be assigned to the library and the new lookup priority is displayed. When priority is not given, the lookup priority of the library is displayed but remains unchanged.
Examples
See Also
LibraryTools, LibraryTools[Create], LibraryTools[Timestamp], LibraryTools[WriteMode], march
Download Help Document