In reply to jwatt_f:
You seem to be confused regarding the third argument. The third argument to both set() and get() is a string used to identify the object. This argument needs to be identical in the set() and get() functions.
I’m not sure why you are trying to use “[testcase_instance_name]” or “[local_instance_name]”. If you use “[name]” in the set(), you need to use “[name]” in the get().