Full Command and Function Reference 3-143
Access: !´LPROBABILITY RDZ ( ´ is the left-shift of the Pkey).
Input/Output:
Level 1/Argument 1 Level 1/Item 1
x
seed
→
See also: COMB, PERM, RAND, !
RE
Type: Function
Description: Real Part Function: Returns the real part of the argument.
If the argument is a vector or matrix, RE returns a real array, the elements of which are equal to
the real parts of the corresponding elements of the argument array.
Access: …ßL
RE (ßis the right-shift of the 1key).
Flags: Numerical Results (-3)
Input/Output:
Level 1/Argument 1 Level 1/Item 1
x
→
x
x_unit
→
x
(x,y)
→
x
[ R-array ]
→
[ R-array ]
[ C-array ]
→
[ R-array ]
'symb'
→
'RE(symb')
See also: C→R, IM, R→C
RECN
Type: Command
Description: Receive Renamed Object Command: Prepares the hp49g+/hp48gII to receive a file from
another Kermit server device, and to store the file in a specified variable.
RECN is identical to RECV except that the name under which the received data is stored is
specified.
Access: …µ
RECN
Flags: I/O Device flag (-33), I/O Data Format (-35), RECV Overwrite (-36), I/O Messages (-39)
Input/Output:
Level 1/Argument 1 Level 1/Item 1
'name'
→
“name”
→
See also: BAUD, CKSM, CLOSEIO, FINISH, KERRM, KGET, PARITY, RECV, SEND, SERVER,
TRANSIO
RECT
Type: Command
Description: Rectangular Mode Command: Sets Rectangular coordinate mode.
RECT clears flags –15 and –16.
In Rectangular mode, vectors are displayed as rectangular components. Therefore, a 3D vector
would appear as [X Y Z].