Related pages
Overview
| Feature Highlights
| Data Format
| ini Files
| Passing Parameters
Examples
Solar Spectra
Time axis - Fixed
Time axis - Autoscale
; This file is for ... |
The ini file can contain comments and blank lines.
Comments start with a semicolon, or a space, or do not contain an equals sign. | |||||||||||||||||||||||
[graph] Title = Actual Temp and RH debug = 1 |
| |||||||||||||||||||||||
[y-axis] Label = Power (dB) Min = 0 Max = 100 Steps = 5 LabelScale = 1 [x-axis] Label = Frequency (KHz) Min = 0 Max = 1000 Steps = 10 LabelScale = 1 |
| |||||||||||||||||||||||
[x-axis time] Label = Time Min = 6/11/2007 12:00 PM Max = 6/11/2007 4:00 PM StepSize = 1 am = &a pm = &p noon = &n midnight = date autoscale= 1 |
When the x-axis displays date/time values, several additional
parameters are available.
Because spaces on either side of the equals sign are ignored,
use an ampersand (&) to include a space between the time value
and the am/pm/noon/midnight indicators.
|
Notes
Additional sections and/or properties are simply ignored.
Currently, autoscaling only exists for time on the x-axis and for logs on the x-axis.
Author: Robert Clemenzi