Results 1 to 1 of 1

Thread: ngspice gives no output

Hybrid View

  1. #1
    Join Date
    Apr 2019
    Beans
    1

    ngspice gives no output

    Hello,

    when i run the following circuit via ngspice(Lubuntu 18.04),

    Code:
    circuit
    V 0 1  DC 10
    R 0 1 5
    .end
    it outputs this:
    Code:
    Circuit: circuit
    
    
    ngspice 1 ->
    "print all" leads to this:
    Code:
    Circuit: circuit
    
    
    ngspice 1 -> print all
    false = 0.000000e+00
    true = 1.000000e+00
    boltz = 1.380620e-23
    c = 2.997925e+08
    e = 2.718282e+00
    echarge = 1.602190e-19
    i = 0.000000e+00,1.000000e+00
    kelvin = -2.73150e+02
    no = 0.000000e+00
    pi = 3.141593e+00
    planck = 6.626200e-34
    yes = 1.000000e+00
    Why is there no output?

    Thanks in advance
    Last edited by slickymaster; April 24th, 2019 at 10:33 AM. Reason: code instead quote tags

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •