B
Bernd Fischer
Guest
Hi there,
is there a way of getting all sections in a
spectre model library file, without parsing the file?
Something like:
let( ( o_currentSession l_sections )
o_currentSession = asiGetCurrentSession( )
foreach( t_modelSection asiGetModelLibSelectionList( o_currentSession )
l_sections = cons( asiGetModelLibSection( t_modelSection ) l_sections )
)
l_sections
)
But for all, not only for the active sections!?
Thanks Bernd
is there a way of getting all sections in a
spectre model library file, without parsing the file?
Something like:
let( ( o_currentSession l_sections )
o_currentSession = asiGetCurrentSession( )
foreach( t_modelSection asiGetModelLibSelectionList( o_currentSession )
l_sections = cons( asiGetModelLibSection( t_modelSection ) l_sections )
)
l_sections
)
But for all, not only for the active sections!?
Thanks Bernd