Quantcast
Channel: Cadence Technology Forums
Viewing all articles
Browse latest Browse all 62619

Forum Post: RE: Substituting variables in the dpl arrow operators?

$
0
0
The -> operator (for retrieval) corresponds to the getq() function, which means that the argument is implicitly quoted. So the property name is not evaluated if you do it this way - it would try to retrieve a property called "x". Instead use get(dpl1 x) which does exactly what you want. Regards, Andrew.

Viewing all articles
Browse latest Browse all 62619

Trending Articles