<<  

Category
Pulse statement

Syntax
NAME <expression1> [, <expression2>, <expression3<, ...]

Description

Pulse command generate a pulse starting from the time of internal program counter and increment internal time counter on the time equal to pulse duration.

Parameter Type Description
expression1 time Pulse duration
expression2,... int State of pattern 1, ...

Names of pulse commands and number of their parameters are user defined. Configuring of pulse commands is going before parsing of PPL program and pulse command names are treated as keywords. See CFP file for more details.

See also:

Wait,

Example:

mwpulse 45ns
mwpulse 45ns, a(1)
rfpulse 45ns, 1, 4


<<