This section contains all segment count related functions. 
The segment count can be affected by changing the record length. 
Get the maximum supported number of segments. 
- Parameters
 - 
  
  
 
- Returns
 - The maximum supported number of segments. 
 
- Since
 - 0.4.3 
 
 
 
Get the currently selected number of segments. 
- Parameters
 - 
  
  
 
- Returns
 - The currently selected number of segments. 
 
- Since
 - 0.4.3 
 
 
 
      
        
          | uint32_t ScpSetSegmentCount  | 
          ( | 
          TpDeviceHandle_t  | 
          hDevice,  | 
        
        
           | 
           | 
          uint32_t  | 
          dwSegmentCount  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Set the number of segments. 
- Parameters
 - 
  
    | hDevice | A device handle.  | 
    | dwSegmentCount | The required number of segments.  | 
  
   
- Returns
 - The actually set number of segments. 
 
- Since
 - 0.4.3