Skip to content

Settings Entries

KG edited this page Jul 23, 2023 · 7 revisions

TIWindowSettings

Section Subsection Section Offset Length Type Description Notes
Meta Name 0 8 String The name of the entry
  • Always equal to Window
... ... ... ... ... ...
Data Xmin 3 9 TIReal The X-coordinate of the left edge of the graphscreen
Xmax 12 9 TIReal The X-coordinate of the right edge of the graphscreen
Xscl 21 9 TIReal The separation between ticks on the X-axis
Ymin 30 9 TIReal The Y-coordinate of the bottom edge of the graphscreen
Ymax 39 9 TIReal The Y-coordinate of the top edge of the graphscreen
Yscl 48 9 TIReal The separation between ticks on the Y-axis
Θmin 57 9 TIReal The initial angle for polar plots
Θmax 66 9 TIReal The final angle for polar plots
Θstep 75 9 TIReal The angle increment for polar plots
Tmin 84 9 TIReal The initial time for parametric plots
Tmax 93 9 TIReal The final time for parametric plots
Tstep 102 9 TIReal The time increment for parametric plots
PlotStart 111 9 TIReal The initial value of 𝑛 for sequential plots
  • Must be an integer
𝑛Max 120 9 TIReal The final value of 𝑛 for sequential plots
  • Must be an integer
u(𝑛Min) 129 9 TIReal The initial value of u at 𝑛Min
v(𝑛Min) 138 9 TIReal The initial value of v at 𝑛Min
𝑛Min 147 9 TIReal The initial value of 𝑛 for sequential plots
  • Must be an integer
u(𝑛Min+1) 156 9 TIReal The initial value of u at 𝑛Min + 1
v(𝑛Min+1) 165 9 TIReal The initial value of v at 𝑛Min + 1
w(𝑛Min) 174 9 TIReal The initial value of w at 𝑛Min
PlotStep 183 9 TIReal The 𝑛 increment for sequential plots
  • Must be an integer
Xres 192 9 TIReal The pixel separation of points in a function plot
  • Must be an integer in [1,8]
w(𝑛Min+1) 201 9 TIReal The initial value of w at 𝑛Min + 1

TIRecallWindow

Section Subsection Section Offset Length Type Description Notes
Meta Name 0 8 String The name of the entry
  • Always equal to RclWindw
... ... ... ... ... ...
Data Xmin 2 9 TIReal The X-coordinate of the left edge of the graphscreen
Xmax 11 9 TIReal The X-coordinate of the right edge of the graphscreen
Xscl 20 9 TIReal The separation between ticks on the X-axis
Ymin 29 9 TIReal The Y-coordinate of the bottom edge of the graphscreen
Ymax 38 9 TIReal The Y-coordinate of the top edge of the graphscreen
Yscl 47 9 TIReal The separation between ticks on the Y-axis
Θmin 56 9 TIReal The initial angle for polar plots
Θmax 65 9 TIReal The final angle for polar plots
Θstep 74 9 TIReal The angle increment for polar plots
Tmin 83 9 TIReal The initial time for parametric plots
Tmax 92 9 TIReal The final time for parametric plots
Tstep 101 9 TIReal The time increment for parametric plots
PlotStart 110 9 TIReal The initial value of 𝑛 for sequential plots
  • Must be an integer
𝑛Max 119 9 TIReal The final value of 𝑛 for sequential plots
  • Must be an integer
u(𝑛Min) 128 9 TIReal The initial value of u at 𝑛Min
v(𝑛Min) 137 9 TIReal The initial value of v at 𝑛Min
𝑛Min 146 9 TIReal The initial value of 𝑛 for sequential plots
  • Must be an integer
u(𝑛Min+1) 155 9 TIReal The initial value of u at 𝑛Min + 1
v(𝑛Min+1) 164 9 TIReal The initial value of v at 𝑛Min + 1
w(𝑛Min) 173 9 TIReal The initial value of w at 𝑛Min
PlotStep 182 9 TIReal The 𝑛 increment for sequential plots
  • Must be an integer
Xres 191 9 TIReal The pixel separation of points in a function plot
  • Must be an integer in [1,8]
w(𝑛Min+1) 200 9 TIReal The initial value of w at 𝑛Min + 1

TITableSettings

Section Subsection Section Offset Length Type Description Notes
Meta Name 0 8 String The name of the entry
  • Always equal to TblSet
... ... ... ... ... ...
Data TblMin 2 9 TIReal The initial value for the table
  • Must be an integer
ΔTbl 11 9 TIReal The increment for the table
  • Must be an integer
Clone this wiki locally