How to get waveform object expression in string format

A

anddrd@gmail.com

Guest
Hi,

I want to get the expression of a waveform and write it to a file as an
header for data from the
waveform.

"(drGetWaveformYVec waveform)->expression" returns the expression but
can I transform it
into a string?

Thanks,
Andreas
 
On 22 Nov 2006 02:00:50 -0800, "anddrd@gmail.com" <anddrd@gmail.com> wrote:

Hi,

I want to get the expression of a waveform and write it to a file as an
header for data from the
waveform.

"(drGetWaveformYVec waveform)->expression" returns the expression but
can I transform it
into a string?

Thanks,
Andreas
sprintf(nil "%L" (drGetWaveformYVec...)

is the easiest way.

Regards,

Andrew.
--
Andrew Beckett
Principal European Technology Leader
Cadence Design Systems, UK.
 
Thanks,
Andreas

Andrew Beckett wrote:
On 22 Nov 2006 02:00:50 -0800, "anddrd@gmail.com" <anddrd@gmail.com> wrote:

Hi,

I want to get the expression of a waveform and write it to a file as an
header for data from the
waveform.

"(drGetWaveformYVec waveform)->expression" returns the expression but
can I transform it
into a string?

Thanks,
Andreas

sprintf(nil "%L" (drGetWaveformYVec...)

is the easiest way.

Regards,

Andrew.
--
Andrew Beckett
Principal European Technology Leader
Cadence Design Systems, UK.
 

Welcome to EDABoard.com

Sponsor

Back
Top