Page 1 of 1

How to Make a Group in a Pool, not a Group object

Posted: Wed Mar 23, 2016 2:49 am
by kszynkar
Hi,

I was wondering how to make a group inside a pool object. If I were to do it manually, the pool definition would look like this:

Cross Section Identifiers: (Enter identifiers below this line)
XSECTION1
XSECTION2
XSECTION3
XSECTION4

@GROUP GROUP1
XSECTION1
XSECTION3

However, I'm looking to do this inside a program. Is there a way to do so?


thx

Re: How to Make a Group in a Pool, not a Group object

Posted: Tue May 03, 2016 4:44 am
by kszynkar
Is there any way to do this? I still haven't found a way.

Re: How to Make a Group in a Pool, not a Group object

Posted: Tue May 03, 2016 10:23 am
by EViews Glenn

Code: Select all

pool a a.add xsection1 xsection2 xsection3 xsection4 xsection5 a.add @group group1 xsection2 xsection3

Re: How to Make a Group in a Pool, not a Group object

Posted: Thu May 05, 2016 11:19 pm
by kszynkar
ahh, thanks Glenn