Skip to content

TransientAnalysisJob.GetSignalWaveformstring Method

Get aligned time and data vectors for a single signal waveform. The returned vectors are cropped to the same length.

1
(TimePoints, DataPoints) GetSignalWaveform(string signalName)

Parameters

signalName System.String

Signal name.

Returns

<System.Double[],System.Double[]>
Tuple of aligned time and data points.