Contents Up Previous Next

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


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