= GetNetWt = Get net weight value. {{{ float GetNetWt(int nScale = process_cale); }}} == Parameters == * nScale - scale number == Return Value == * Returns net weight value of specified scale, or current process scale if no scale specified. == Remarks == The value returned is from an internal memory buffer from the last MnBdRead that received a weight for the specified scale. An application program should be structured properly for this data to be updated when needed. == Examples == {{{ float net = GetNetWt(); }}} {{{ float net = GetNetWt(1); }}} == See Also == * [wiki:GetGrossWt GetGrossWt] * [wiki:GetTareWt GetTareWt] * [wiki:FormatNetWt FormatNetWt]