famCreateFamily
famCreateFamily(s_sweepName s_varType) =>o_family
Description
Creates a empty data structure called a family. When filled with data, it is suitable to be plotted as a family of curves. Each waveform has a name given by s_varName and the values are added with famAddValue.
Arguments
|
One of the following variable types:
The varType of |
Value Returned
Examples
fam = famCreateFamily( "prf" 'double )
=> srrWave:17518616
famAddValue( fam -15 wave15 )
=> srrWave:17518616
famAddValue( fam -10 wave10 )
=> srrWave:17518616
famAddValue( fam -5 wave5 )
=> srrWave:17518616
Related Topics
Return to top