getAllWaveform

getAllWaveform#

getAllWaveform()#

Get all Waveform class names in the current path.

Searches for all MATLAB class files that inherit from Waveform and returns their names as a string array. This includes direct subclasses and deeper inheritance levels.

Returns:

Array of Waveform class names

Return type:

string array

Example:

waveformClasses = getAllWaveform();
disp(waveformClasses);