Creating PV-WAVE Applications

 

A procedure or function is a self-contained module that performs a well-defined task. Procedures and functions break large tasks into manageable smaller tasks. Writing modular programs simplifies debugging and maintenance and minimizes the amount of new code required for each application.

This chapter contains information on the following topics:

Procedures and Functions

Compiling

Error Handling in Procedures

User Library

Creating and Using Batch Files

This chapter contains the following lessons:

Lesson 1: Writing a Simple Function

Lesson 2: Using Keyword Parameters

Lesson 3: Writing a Procedure

Lesson 4: Creating a Program with JOURNAL

Lesson 5: Solving a Differential Equation