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