Skip to content

Latest commit

 

History

History
660 lines (657 loc) · 16.7 KB

Settings-Entries.md

File metadata and controls

660 lines (657 loc) · 16.7 KB

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 smallest or leftmost horizontal coordinate on the graphscreen
Xmax 12 9 TIReal the largest or rightmost horizontal coordinate on the graphscreen
Xscl 21 9 TIReal the separation between ticks on the horizontal axis
Ymin 30 9 TIReal the smallest or bottommost vertical coordinate on the graphscreen
Ymax 39 9 TIReal the largest or topmost vertical coordinate on the graphscreen
Yscl 48 9 TIReal the separation between ticks on the vertical 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 n for sequential plots
  • Must be an integer
nMax 120 9 TIReal the final value of n for sequential equations and plots
  • Must be an integer
u(nMin) 129 9 TIReal the initial value of u at nMin
v(nMin) 138 9 TIReal the initial value of v at nMin
nMin 147 9 TIReal the initial value of n for sequential equations
  • Must be an integer
u(nMin + 1) 156 9 TIReal the initial value of u at nMin + 1
v(nMin + 1) 165 9 TIReal the initial value of v at nMin + 1
w(nMin) 174 9 TIReal the initial value of w at nMin
PlotStep 183 9 TIReal the n 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 between 1 and 8
w(nMin + 1) 201 9 TIReal the initial value of w at nMin + 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 smallest or leftmost horizontal coordinate on the graphscreen
Xmax 11 9 TIReal the largest or rightmost horizontal coordinate on the graphscreen
Xscl 20 9 TIReal the separation between ticks on the horizontal axis
Ymin 29 9 TIReal the smallest or bottommost vertical coordinate on the graphscreen
Ymax 38 9 TIReal the largest or topmost vertical coordinate on the graphscreen
Yscl 47 9 TIReal the separation between ticks on the vertical 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 n for sequential plots
  • Must be an integer
nMax 119 9 TIReal the final value of n for sequential equations and plots
  • Must be an integer
u(nMin) 128 9 TIReal the initial value of u at nMin
v(nMin) 137 9 TIReal the initial value of v at nMin
nMin 146 9 TIReal the initial value of n for sequential equations
  • Must be an integer
u(nMin + 1) 155 9 TIReal the initial value of u at nMin + 1
v(nMin + 1) 164 9 TIReal the initial value of v at nMin + 1
w(nMin) 173 9 TIReal the initial value of w at nMin
PlotStep 182 9 TIReal the n 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 between 1 and 8
w(nMin + 1) 200 9 TIReal the initial value of w at nMin + 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