thank you. I had tried this before, but what I didn’t understand was how to input a time value in the newly created key inputs. I initially tried writing 1 h, but received the error “Unexpected additional values.” I’ve now realized that the correct format is 1[h], which works.
Is there a way to define a default value? So far, the only approach I’ve found is to assign a value like 1[h] directly in the SubModel before saving it or creating clones. Is this the intended way to handle default values?
Thank you for your help.