= RequestWt = Sends {{{ void RequestWt(int nScale = g_nMnBdProcessScale); }}} == Parameters == * nScale - scale number to get weight == Return Value == * Does not return a value == Remarks == *** Deprecated *** applications should use RepeatMulti with a single weight receive function, such as MultiRcv, and a state variable to handle new weight received. RequestWt previously was used in apps in a tight loop to look for some change in weight. This often can cause bad behavior. == See Also == * [wiki:StartRepeatMulti StartRepeatMulti]