Search found 1 match

by joe_sonic
5 years ago
Forum: Syntax
Topic: how to set value only for a parameter's first dimension
Replies: 1
Views: 1696

how to set value only for a parameter's first dimension

I have a parameter, say demand, which is over two dimensions Set t; Set usage /elc, gas/; Parameter demand(t,usage); $include test.inc Now, I want to create a .inc file, where I want to set value for demand, BUT, at first only for 'elc'. I tried this: *test.inc... Parameter demand(t,'elc') \ 1 1.0 2...