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