I have a model with a large number of contacts. I am writing a python script that determines the number of contact pairs and then creates the corresponding contact force(s). I have design variables for the stiffness, damping, etc. in order for the contacts to use the same values and thus can be tuned by simply changing one of the variables. I am struggling to pass the design variable to the contact force. If I reference the variable like this '(my_variable)', the script sees it as a string and not a design variable and doesn't work. I'm sure I am overlooking something fundamental. Any ideas?