?name 'M1M2ContactTypeGUI
?prompt "M1_M2 Contact Type"
?defValue "M2_M1" ;contact cype must be same as PDK name
?callback "hiGetCurrentForm()"
?editable t
)
M2M3ContactTypeGUI=hiCreateStringField(
?name 'M2M3ContactTypeGUI
?prompt "M2_M3 Contact Type"
?defValue "M3_M2" ;contact type must be same as PDK name
?callback "hiGetCurrentForm()"
?editable t
)
WidthViaGUI=hiCreateFloatField(
?name 'WidthViaGUI
?prompt "Width of Via"
?defValue 0.1 ;default
?callback "hiGetCurrentForm()"
?editable t
)
LengthViaGUI=hiCreateFloatField(
?name 'LengthViaGUI
?prompt "Length of Via"
?defValue 0.1 ;default
?callback "hiGetCurrentForm()"
?editable t
)
XViaSpaceGUI=hiCreateFloatField(
?name 'XViaSpaceGUI
?prompt "X Via Spacing"
?defValue 0.13 ;default
?callback "hiGetCurrentForm()"
?editable t
)
YViaSpaceGUI=hiCreateFloatField(
?name 'YViaSpaceGUI
?prompt "Y Via Spacing"
?defValue 0.13 ;default
?callback "hiGetCurrentForm()"
?editable t