XValues

XValues('Expression')

Description

This function returns the X-values for every sample of an expression. You can also use this function for signals or expressions which are not time based, i.e. length based (m), frequency-based (Hz) or inverse length based (1/m).

With a usual time continuous or length continuous signal, the function returns a rising straight line, writing the time or length values along the Y-axis in base units (s, m). The function also works with non-equidistant signals.

YValues

YValues('Expression','TimeBase'=1)

Arguments

'Expression'

Signal or expression

'TimeBase'

Time base of the resulting signal

Description

This function returns the Y-values for every sample of an expression. Regardless of whether the input signal is sampled equidistant or not, the result is an equidistant signal with the time base 'TimeBase'.

The specification of the time base is optional and 'TimeBase'=1 is used as the default value.