LTSpice Tolerances [MonteCarlo,WorstCase,Gaussian] and Excel data export

Поделиться
HTML-код
  • Опубликовано: 26 дек 2024

Комментарии • 4

  • @EngineerAnandu
    @EngineerAnandu 3 месяца назад +1

    Thanks

  • @EuphoricDan
    @EuphoricDan Год назад

    I'm sorry I think I missed something important along the way here.
    You said "If you import this function". I took that to mean just write it as a .func, but my simulation won't run (error message of "Can't find definition of model "WC"". I'm assuming there is a place you downloaded that function; and there is method of actually importing it similar to how we import component models?
    Have you suggestions for a place where I may do some reading on the subject so as I may gain some proficiency and understanding on the topic?

    • @manoA98A
      @manoA98A  Год назад +1

      .func wc(nom,tol) if(flat(1)>0,nom*(1+tol),nom*(1-tol))
      .step param RUN 0 1000 1
      .op
      Copy this

    • @EuphoricDan
      @EuphoricDan Год назад +1

      @@manoA98A Yep that worked.