Regarding the DO commands MAV_CMD_DO_REPEAT_SERVO and MAV_CMD_DO_REPEAT_RELAY

Hello everyone,Regarding the DO commands MAV_CMD_DO_REPEAT_SERVO and MAV_CMD_DO_REPEAT_RELAY, can I set the relay channel and servo channel repeat trigger at the same time?

Thank you, actually I am looking at this part of the code, but I feel that MAV_CMD_DO_REPEAT_RELAY and MAV_CMD_DO_REPEAT_SERVO can only have one command running at any time, because there is only one set of variables for the control loop. What do you think?