Post Go back to editing

ADIsimPLL: Definition of Phase noise table

Category: Software
Software Version: ADIsimPLL v.5.50.0.4

I'm using ADIsimPLL v.5.50.0.4 and I'd like to use phase noise table for reference.
In the ADIspmPLL helpfile of "Reference Library File Format" I can see an example of a model definition.

-----------------------------------------------------
.model TCXO5
Description = "5MHz TCXO"
notes = “Phase noise data estimated from website”
Frequency = 5M
PNTable = {
1000, -120,
10000, -141,
100000, -163,
1000000, -169,
10000000, -170 }
.endmodel
-----------------------------------------------------

I made a model file for Crystek CCHD-575 referring this example.
But it generates an error when loading this model file to select a reference.
The error message is "Syntax Error in model CCHD-575; Missing "-"

  .model CCHD-575
  Frequency = 100M
  PNTable = {
  100, -122
  1000, -143,
  10000, -154,
  100000, -162,
  1000000, -167,
  10000000, -169 }
  .endmodel

Could you advise me to correct it?

Best regards,

y_suzuki