famIsFamily
famIsFamily(g_arg) =>t / nil
Description
Checks whether the argument specified is a family with at least one waveform.
Arguments
Value Returned
Examples
famIsFamily( 3 )
=> nil
fam1 = famCreateFamily( "prf" 'double )
=> srrWave:50152744
famIsFamily( fam1 )
=> nil
famAddValue( fam1 -10 drCreateEmptyWaveform() )
=> srrWave:50152744
famIsFamily( fam1 )
=> t
Return to top