This is the template i am using to simulate events. But the simulation is not running fully when i run online and it terminates the run with error - 'function' object has no attribute '__bases__'. can anyone help me to understand the real issue?
The result i m able to get till 0.8 sec.
Note: All strings are properly evaluating and id's are coming correctly.
<Deactivate
element_type = "CONTACT"
element_id = "{sys_Locking_mechanism.con_Lock_Bolt.idstring}"
/>
<Simulate
analysis_type = "Transient"
end_time = "0.8"
print_interval = "0.001"
/>
<Deactivate
element_type = "FORCE"
element_id = "{sys_Open_close.frc_Open.idstring}"
/>
<Activate
element_type = "CONTACT"
element_id = "{sys_Locking_mechanism.con_Lock_Bolt.idstring}"
/>