Trace Header Structure use for scope trace data More...
Public Member Functions | |
string | GetDescription () |
the device description as a string More... | |
string | GetDeviceName () |
the device name as a string More... | |
string | GetUnitsX () |
the x axis units as a string More... | |
string | GetUnitsY () |
the y axis units as a string More... | |
TraceHS (Boolean register) | |
create and register an instance of TraceHS More... | |
Public Attributes | |
int | ArraySize |
trace spectrum array size More... | |
char[] | DeviceDesc |
description of the device More... | |
int | DeviceFormat |
canonical data format for the trace data More... | |
char[] | DeviceName |
device name responsible for the trace More... | |
float | OffsetX |
x axis offset More... | |
float | PlotMaxY |
y axis plot maximum setting More... | |
float | PlotMinY |
y axis plot minimum setting More... | |
int | preTrigger |
pre trigger time offset More... | |
char[] | Reserved |
reserved space More... | |
float | ScaleX |
x axis scale More... | |
char[] | UnitsX |
x axis units More... | |
char[] | UnitsY |
y axis units More... | |
Trace Header Structure use for scope trace data
|
inline |
create and register an instance of TraceHS
register | true = register |
References tine.TraceHS.ArraySize, tine.TraceHS.DeviceDesc, tine.TraceHS.DeviceFormat, tine.TraceHS.DeviceName, tine.TraceHS.OffsetX, tine.TraceHS.PlotMaxY, tine.TraceHS.PlotMinY, tine.TraceHS.preTrigger, tine.TraceHS.Reserved, tine.TraceHS.ScaleX, tine.TraceHS.UnitsX, and tine.TraceHS.UnitsY.
|
inline |
|
inline |
|
inline |
the x axis units as a string
References tine.TraceHS.UnitsX.
Referenced by tine.TTrace.GetXAxisUnits().
|
inline |
the y axis units as a string
References tine.TraceHS.UnitsY.
Referenced by tine.TTrace.GetYAxisUnits().
int tine.TraceHS.ArraySize |
trace spectrum array size
Referenced by tine.TraceHS.TraceHS().
char [] tine.TraceHS.DeviceDesc |
description of the device
Referenced by tine.TraceHS.GetDescription(), and tine.TraceHS.TraceHS().
int tine.TraceHS.DeviceFormat |
canonical data format for the trace data
Referenced by tine.TraceHS.TraceHS().
char [] tine.TraceHS.DeviceName |
device name responsible for the trace
Referenced by tine.TraceHS.GetDeviceName(), and tine.TraceHS.TraceHS().
float tine.TraceHS.OffsetX |
x axis offset
Referenced by tine.TTrace.GetXAxis(), tine.TTrace.GetXOffset(), and tine.TraceHS.TraceHS().
float tine.TraceHS.PlotMaxY |
y axis plot maximum setting
Referenced by tine.TTrace.GetTracePlotMaximum(), and tine.TraceHS.TraceHS().
float tine.TraceHS.PlotMinY |
y axis plot minimum setting
Referenced by tine.TTrace.GetTracePlotMinimum(), and tine.TraceHS.TraceHS().
int tine.TraceHS.preTrigger |
pre trigger time offset
Referenced by tine.TTrace.GetPreTriggerPosition(), and tine.TraceHS.TraceHS().
char [] tine.TraceHS.Reserved |
reserved space
Referenced by tine.TraceHS.TraceHS().
float tine.TraceHS.ScaleX |
x axis scale
Referenced by tine.TTrace.GetScaleX(), tine.TTrace.GetXAxis(), and tine.TraceHS.TraceHS().
char [] tine.TraceHS.UnitsX |
x axis units
Referenced by tine.TraceHS.GetUnitsX(), and tine.TraceHS.TraceHS().
char [] tine.TraceHS.UnitsY |
y axis units
Referenced by tine.TraceHS.GetUnitsY(), and tine.TraceHS.TraceHS().