| Write/Read | About Independent Power Calibration | 
| Description | Sets and gets the number of points for range <m> for source port<n>. | 
| VB Syntax | PwrrCalRange.NumberOfPoints = points | 
| Variable | (Type) - Description | 
| points | (Long) - Variable to store the returned number of points. | 
| PwrrCalRange | A PowerCalRange (object) | 
| Return Type | Long | 
| Default | Not Applicable | 
| Example | CalibrateAllChannels.IndependentPowerCalibration(3).PowerCalRange(1).NumberOfPoints = 7 'Write points = CalibrateAllChannels.IndependentPowerCalibration(3).PowerCalRange(1).NumberOfPoints 'Read | 
| C++ Syntax | HRESULT get_NumberOfPoints(long* points); HRESULT put_NumberOfPoints(long points); | 
| Interface | IPowerCalRange |