Structure of a PDL driver
A PDL driver is composed of two sections:
-
Declarative section
In this section, PDL phrases specify the structure of messages that are transmitted and received through the device. These phrases make up the vocabulary that the driver uses to communicate with its counterpart.
-
Tcl code section
In this section, plain Tcl code defines the entry points for handling protocol-level reads, writes, and other operations.