We are going in circles. The Profiler uses a fixed factor set point (e.g., W/T = 0.55 above ). It uses this value as the location of the chosen distribution, and it does not change during the simulation. It uses the spread (e.g., W/T SD = 0.03 above) to generate random deviates based on a selected distribution (e.g., normal distribution). If you have a RSD, say 5%, then the absolute SD is RSD * Location = 0.05 * 0.55 = 0.0275.
The choice of Expression allows you to use any valid JSL expression that returns a number. For example:
Random Normal( 50, 5 );
Will generate normally distributed deviates from a normal population with a location of 50 and a spread of 5. You could replace either the constant location or the constant spread or both with another expression that varies the value deterministically or randomly. I do not know how you would use this ability because you still have not answered my previous questions.
See the documentation for the Profiler Simulator factor settings.