Access:

OPERATIONS LLTRAN

( Ø is the left-shift of the 5key).

Input/Output:

 

 

 

 

 

 

Level 1/Argument 1

 

Level 1/Item 1

 

 

 

 

 

 

 

[[ matrix ]]

[[ matrix ]]transpose

 

 

'name'

 

See also:

CONJ, TRN

 

 

 

 

 

 

 

 

 

 

 

TRANSIO

Command

 

 

Type:

 

 

Description: I/O Translation Command: Specifies the character translation option. These translations affect only ASCII Kermit transfers and files printed to the serial port.

Legal values for n are as follows:

 

n

 

 

Effect

 

 

 

 

 

 

 

 

0

 

 

No translation

 

 

 

 

 

 

 

1

 

Translate character 10 (line feed only) to /from characters 10 and 13 (line feed

 

 

 

 

with carriage return, the Kermit protocol) (the default value)

 

 

 

 

 

 

 

2

 

Translate characters 128 through 159 (80 through 9F hexadecimal)

 

 

 

 

 

 

 

3

 

Translate all characters (128 through 255)

 

 

 

 

 

 

 

Access:

…µTRANSIO

 

 

Input/Output:

 

 

 

 

 

 

 

 

Level 1/Argument 1

Level 1/Item 1

 

 

 

 

 

 

 

 

noption

 

 

 

 

 

See also:

BAUD, CKSM, PARITY

 

 

 

 

 

 

 

 

TRIG

 

 

 

 

 

Type:

Command

 

 

 

 

Description:

Converts complex logarithmic and exponential subexpressions into their equivalent trigonometric

expressions. It also simplifies trigonometric expressions by using: ( sinx)2 + ( cosx)2 = 1

Access: PTRIG, Trigonometry, …ÑLL

Input: A complex expression with logarithmic and/or exponential terms, or a trigonometric expression.

Output: The transformed expression.

Flags: Exact mode must be set (flag –105 clear). Numeric mode must not be set (flag –3 clear). Radians mode must be set (flag –17 set).

Prefers cosine terms if “prefer cos” is selected (flag –116 clear), prefers sine terms if flag –116 is set.

Must be in Complex mode (flag –103 set) if a complex expression is being simplified.

Example: Express the following in trigonometric terms:

ln(x + i)

Command: TRIG(LN(X+i))

3-256 Full Command and Function Reference