Texas Instruments TINSPIRE Reference Guide - Page 48

getLockInfo, Catalog &gt, getMode, Integer, Setting Integers, Real or Complex

Page 48 highlights

getLockInfo() getLockInfo(Var) ⇒ value Returns the current locked/unlocked state of variable Var. value =0: Var is unlocked or does not exist. value =1: Var is locked and cannot be modified or deleted. See Lock, page 57, and unLock, page 109. Catalog > getMode( ) getMode(ModeNameInteger) ⇒ value getMode(0) ⇒ list getMode(ModeNameInteger) returns a value representing the current setting of the ModeNameInteger mode. getMode(0) returns a list containing number pairs. Each pair consists of a mode integer and a setting integer. For a listing of the modes and their settings, refer to the table below. If you save the settings with getMode(0) & var, you can use setMode(var) in a function or program to temporarily restore the settings within the execution of the function or program only. See setMode(), page 90. Catalog > Mode Name Display Digits Mode Integer 1 Angle 2 Exponential Format 3 Real or Complex 4 Auto or Approx. 5 Vector Format 6 Base 7 Setting Integers 1=Float, 2=Float1, 3=Float2, 4=Float3, 5=Float4, 6=Float5, 7=Float6, 8=Float7, 9=Float8, 10=Float9, 11=Float10, 12=Float11, 13=Float12, 14=Fix0, 15=Fix1, 16=Fix2, 17=Fix3, 18=Fix4, 19=Fix5, 20=Fix6, 21=Fix7, 22=Fix8, 23=Fix9, 24=Fix10, 25=Fix11, 26=Fix12 1=Radian, 2=Degree, 3=Gradian 1=Normal, 2=Scientific, 3=Engineering 1=Real, 2=Rectangular, 3=Polar 1=Auto, 2=Approximate 1=Rectangular, 2=Cylindrical, 3=Spherical 1=Decimal, 2=Hex, 3=Binary 42 TI-Nspire™ Reference Guide

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164

42
TI-Nspire™ Reference Guide
getLockInfo()
Catalog >
getLockInfo
(
Var
)
value
Returns the current locked/unlocked state of variable
Var
.
value
=
0
:
Var
is unlocked or does not exist.
value
=
1
:
Var
is locked and cannot be modified or deleted.
See
Lock
, page 57, and
unLock
, page 109.
getMode()
Catalog >
getMode(
ModeNameInteger
)
value
getMode(0)
list
getMode(
ModeNameInteger
)
returns a value representing the
current setting of the
ModeNameInteger
mode.
getMode(0)
returns a list containing number pairs. Each pair
consists of a mode integer and a setting integer.
For a listing of the modes and their settings, refer to the table below.
If you save the settings with
getMode(0)
&
var
, you can use
setMode(
var
)
in a function or program to temporarily restore the
settings within the execution of the function or program only. See
setMode()
, page 90.
Mode
Name
Mode
Integer
Setting Integers
Display Digits
1
1
=Float,
2
=Float1,
3
=Float2,
4
=Float3,
5
=Float4,
6
=Float5,
7
=Float6,
8
=Float7,
9
=Float8,
10
=Float9,
11
=Float10,
12
=Float11,
13
=Float12,
14
=Fix0,
15
=Fix1,
16
=Fix2,
17
=Fix3,
18
=Fix4,
19
=Fix5,
20
=Fix6,
21
=Fix7,
22
=Fix8,
23
=Fix9,
24
=Fix10,
25
=Fix11,
26
=Fix12
Angle
2
1
=Radian,
2
=Degree,
3
=Gradian
Exponential Format
3
1
=Normal,
2
=Scientific,
3
=Engineering
Real or Complex
4
1
=Real,
2
=Rectangular,
3
=Polar
Auto or Approx.
5
1
=Auto,
2
=Approximate
Vector Format
6
1
=Rectangular,
2
=Cylindrical,
3
=Spherical
Base
7
1
=Decimal,
2
=Hex,
3
=Binary