Skip to content
Snippets Groups Projects
Select Git revision
  • a28a9b8fc09db20810222504a52b04197c401ff3
  • 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

aacraid.h

Blame
  • test_LLO.py 348 B
    from pykat import finesse
    from pykat.commands import xaxis
    import pylab as pl
    import numpy as np
    from pykat_LLO import LLO
    
    kat = finesse.kat()
    
    kat.parseCommands(LLO.Laser)
    kat.parseCommands(LLO.PR)
    kat.parseCommands(LLO.BS)
    kat.parseCommands(LLO.X_ARM)
    
    kat.HRBS.r_ap = 37e-2
    
    kat.parseCommands("pd pdIN nin")
    kat.noxaxis = True
    
    out = kat.run()