Skip to content
Snippets Groups Projects
Select Git revision
  • 972ce7ae106f7fba4d9f682a4607038987c5a9aa
  • trunk
  • RELEASE_6_5_DRIVEDB
  • RELEASE_6_6_DRIVEDB
  • RELEASE_7_0_DRIVEDB
  • RELEASE_7_2_DRIVEDB
  • RELEASE_7_3_DRIVEDB
  • RELEASE_6_0_DRIVEDB
  • RELEASE_6_1_DRIVEDB
  • RELEASE_6_2_DRIVEDB
  • RELEASE_6_3_DRIVEDB
  • RELEASE_6_4_DRIVEDB
  • tags/RELEASE_7_4
  • tags/RELEASE_7_3
  • RELEASE_5_41_DRIVEDB
  • RELEASE_5_42_DRIVEDB
  • RELEASE_5_43_DRIVEDB
  • tags/RELEASE_7_2
  • tags/RELEASE_7_1
  • tags/RELEASE_7_0
  • RELEASE_5_40_DRIVEDB
21 results

ataprint.c

Blame
  • test_hom.py 396 B
    import pykat
    
    kat = pykat.finesse.kat()
    
    kat.parseCommands("""
    l l1 1 0 0 n1
    sq l2 0 10 0 n4
    
    bs bs1 0.5 0.5 0 0 n1 n2 n3 n4
    
    fsig noise l1 amp 1 0 1
    
    qhd qhd180 180 n2 n3
    qhd qhd0 0 n2 n3
    qhdS qhd2 0 n2 n3
    qhdN qhd2 0 n2 n3
    scale meter qhd180
    scale meter qhd0
    scale meter qhd2
    scale 2 qhd0
    
    xaxis l1 phase lin 0 360 360
    """)
    
    print "".join(kat.generateKatScript())
    
    out = kat.run()
    
    out.plot()