Index

String

The name of a miscellaneous external device.

Input Format:

A sequence of alpha-numeric characters, which must start with an alphabetic character. Note that upper case characters are automatically converted to lower case when a value of this type is read.

Examples:
The following example shows the assignment of a device name "e;kuband&quout; to a device-name variable, and how this might be passed to the tell command.
 ReceiverName rx = kuband
 tell $rx, "ant_noise=on"

Martin Shepherd (21-Jan-2010)