Beispiel #1
0
def VTG_Slit():
    c = Slit()
    c.short_description = "VTG_Slit"
    c.width = 0.017
    c.height = 0.084
    return c
Beispiel #2
0
def VTG_Slit():
    c = Slit()
    c.short_description = "VTG_Slit"
    c.width = 0.017
    c.height = 0.084
    return c
Beispiel #3
0
def TG_Slit():
    c = Slit()
    c.short_description = "TG_Slit"
    c.width = tg_w11
    c.height = 0.0686
    return c
Beispiel #4
0
def TG_Slit():
    c = Slit()
    c.short_description = "TG_Slit"
    c.width = tg_w11
    c.height = 0.0686
    return c