Rules for Naming Lines and Assigning Aliases in T3

Line Names

  1. All upper case.
  2. No spaces. Spaces between two letters or between two numbers can be replaced with an underscore. All other spaces should be removed.
  3. No single quotes, apostrophes, or double quotes.
  4. All line names must be at least 3 characters long. If the name is all numbers, it must have at least 4 digits.
  5. Two different lines cannot have the same name. That is, all line names must be unique.

Aliases

  1. No single quotes, apostrophes, or double quotes.
  2. Spaces, lower case,  and mixed case are allowed.
  3. More than one line can have the same alias.
  4. A line can have more than one alias.
  5. Alias searches and tests of equality will be case insensitive.
  • No labels