Instructions vs Examples

So I'm reading along and trying tom implement simple checks and logging. I get this complaint out of the "log" command, when I'm doing (I think) exactly what it says in the docs.

I'm guessing maybe ".size" at the end is supposed to be asserting a check-value number?

This kind of thing is where one real working example beats meta-expressions.

Comments

  • Nope, doesn't like a (number) argument for the .size either?

  • Sorry, typo in the documentation: to output the number of violations, use

    drc_TANK_width.data.size
    

    "size" is ambiguous as it also means the "sizing" (bias) feature. It should rather be "count" or similar :(

    Matthias

Sign In or Register to comment.