Yes it is posible, but not with a request, because that is not calculated for all timesteps. Instead, create a state variable (based on same equation as your request) and use its value as an input for the other motion. See attached example.
Yes this is exactly what I was looking for. I don't know how it actually differs from request and measure but I will look into help section.
I did create a design variable based on output of request but I wasn't able to use the design variable as input for motion. Is it because, as you mentioned, that request (and also measure?) are not calculated for all time steps?
What Thomas is referring here is a run time *state Variable* and not design variable. See image below
So create a state variable with the function exactly like what you have in your request. You can then use this variable in another request using VARVAL(name of your variable). For example in case below I can use the output of variable below using VARVAL(variable_1)