Re: Old thermistors




"Peter Orban" <peter.orban@xxxxxx> wrote in message
news:eqpqmk$rao$2@xxxxxxxxxxxxxxxxxx

I am looking for data (or the actual components) on the S.T. & C. type
1522/100 and 1451/100 thermistors.
It is used in a tube type Wien-bridge audio oscillator for amplitude
stabilization in a Advance J1B generator, and are missing from my unit.
Those generators were produced during the '50s and '60s.

If you can't find a suitable model from the UK suppliers try the Australian
ones. FWIW, R53 was very popular for this purpose.



.



Relevant Pages

  • Re: Populating a dictionary, fast
    ... code, while correct in intent, does look a bit fishy (missing those ... By "missing those square brackets", what would be a list comprehension ... Enter 'python "generator expression"' into your favourite search ...
    (comp.lang.python)
  • Old thermistors
    ... It is used in a tube type Wien-bridge audio oscillator for amplitude ... stabilization in a Advance J1B generator, and are missing from my unit. ...
    (sci.electronics.components)
  • About 1.8.7 Array#map! without a block
    ... with e.next to change the value, say, multiplying by 2 as on the first ... case and have a array on the end? ... - Why I get a Generator on "a" elements when I just call e.next? ... cause it's what I'm missing to use with next, ...
    (comp.lang.ruby)
  • RE: Simple Recursive Generator Question
    ... but one of the things you're missing is ... The generator saves you having to pass the "index" param recursively. ... > Changing yield to print, shows that the recursion works correctly. ...
    (comp.lang.python)
  • Re: A replacement for lambda
    ... syntax is clear.IMO Ruby syntax is also clear. ... i.e. a one time callable generator expression (missing the `in` part). ... The arguments get passed into the generator, I am sure that can be combined with the PEP about passing args and Exceptions into a generator. ...
    (comp.lang.python)