setup injection

Could please any one to understand what exactly the below injection means

setUp(scn.inject(atOnceUsers(100)).throttle(jumpToRps(100), holdFor(300 minutes))

am tried to change the values but am not finding any information …

My understanding is that we inject 100 users at once and ensure the request rate does not exceed 100 r/s for 300 mins.