SetValue
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Edit a single signal value (Macro only)
Description
"SetValue" changes the value of a single signal sample and
returns a new signal.
The parameters are
- the index of the sample to be changed and
- its new value.
For interactively editing signal values use "Edit signal" from the View menu or open an "Edit signal window" (see the introduction for details).
Macro Synopsis
y = SetValue(x,index,value);
signal x,y;
int index;
float value;
Modules
Basic
Related Functions
SetScale, SetTitle,
SetUnitX, SetUnitY,
SetShift