Contents Up Previous Next

GetValue

Purpose
Description
Macro Synopsis
Modules
Related Functions


Purpose

Extract a single value (Macro only)

Description

"GetValue", returns the signal value at the given index. Input parameter is the

Note that index counting starts at 0 here.

Macro Synopsis

a = GetValue(x,i);
signal x;
int i;
float a;

Modules

Basic

Related Functions

GetChannelValue, SetValue