UniScript R2010¶
New Functions in UniPlot R2010 (5.20) |
|
|---|---|
AppHelpOptions sets or returns help setting options. |
|
Browser_DblClickCallback is invoked by the framework if an element in the channel list box is double-clicked. |
|
Browser_DropCallback is invoked by the framework if channel names are dropped into a UniPlot document or the main window. |
|
Browser_EditCallback is invoked by the framework if the Edit button in the data browser window is clicked. |
|
Browser_FileChangeCallback is invoked by the framework if the file name is changed in the file combo box. |
|
Browser_GetControlSelection returns the selected elements in the controls of the data browser window. |
|
Browser_GetDataFile returns the name of the active data file displayed in the data browser window. |
|
Browser_IsVisible checks if the data browser window is visible. |
|
Browser_LoadCallback is invoked by the framework if the Load button is clicked. |
|
Browser_Replot replots the data browser window. |
|
Browser_SetControlData sets the data in the data browser control elements. |
|
Browser_SetControlSelection sets the selection in the data browser control elements. |
|
Browser_SetDataFile opens a data file in the Data-Browser window. |
|
Browser_Show displays or hides the data browser window. |
|
Browser_SortCallback is invoked by the framework if a title button in the channel list is clicked. |
|
DS_GetKeys returns all keys of the dataset map “Datasource”. |
|
DS_GetNCFileName returns the netCDF file name used to load the data into the dataset. |
|
DS_GetOriginFileName returns the file name that was converted to the UniPlot data file used to load the data. |
|
DS_GetValue returns an attribute from the “Datasource” map. |
|
DS_RemoveValue removes a Key-Value pair from the datasource map “Datasource”. |
|
DS_SetDataSource sets the data file name and the channel names in the “Datasource” map of a dataset. |
|
DS_SetValue sets a value in the “Datasource” map. |
|
DocAddEmptyPages adds one or more empty pages to a document. |
|
DocGetLoadCallback returns the callback function name, that was set with DocSetLoadCallback. |
|
DocGetUserData returns the UniScript object that was linked to the document with DocSetUserData |
|
DocIsVisible checks if the document window is visible or hidden. |
|
DocSetLoadCallback sets a callback function. The callback function will be invoked before a document page is loaded. |
|
With DocSetUserData a UniScript object can be linked to a document. |
|
NC_TimeInterpolation interpolates the channels of an NC file with different time channels onto one time base. |
|
akimaspline2 executes a 2-dimensional “matrix to matrix” interpolation. |
|
fspline2 executes a 2-dimensional “matrix to matrix” interpolation. |
|
griddata creates a regular grid of arbitrarily distributed data triples. |
|
interpol2 executes a 2-dimensional “matrix to matrix” interpolation. |
|
rspline2 executes a 2-dimensional “matrix to matrix” interpolation. |
|
smooth2 is a function to smooth a matrix using the Savitzky-Golay algorthim. |
|
spline2 executes a 2-dimensional “matrix to matrix” interpolation. |
|
xml_esc escapes special XML characters. |
|
xml_parse_string converts a valid XML string into a UniScript object. |
|
xml_save_node saves a UniScript object as an XML file. |
Modified Functions in UniPlot R2010 (5.20) |
|
|---|---|
AppHelp opens the UniPlot help system. |
|
EdCreate creates a new editor. |
|
Opens a registry key. |
|
RegisterFunction registers a function from a dynamic link library (DLL) to the UniScript symbol table. After a function is registered, the function can be called directly by UniScript. |
|
Loads a UniScript file. |
|
The XYAddData function adds data to an existing dataset. |
|
XYGetData returns all data points or a clipping of data points. |
|
XYReload loads data. |
|
XYSetData sets the xy-coordinates of a dataset. |
|
XYZCreate creates a new 3D dataset. The 3D dataset can be created from scattered XYZ triples or from a rectangular grid (matrix). |
|
loadiclib loads a UniScript library which contains UniScript functions in binary form. |
|
saveiclib saves all loaded UniScript functions in an UniScript Library file. |
id-190404