LibTiePie  0.4.3
Library for interfacing TiePie engineering instruments
 All Files Functions Typedefs Macros Groups Pages
Segment count

This section contains all segment count related functions. More...

Functions

uint32_t ScpGetSegmentCountMax (TpDeviceHandle_t hDevice)
 Get the maximum supported number of segments.
 
uint32_t ScpGetSegmentCount (TpDeviceHandle_t hDevice)
 Get the currently selected number of segments.
 
uint32_t ScpSetSegmentCount (TpDeviceHandle_t hDevice, uint32_t dwSegmentCount)
 Set the number of segments.
 

Detailed Description

This section contains all segment count related functions.

Function Documentation

uint32_t ScpGetSegmentCountMax ( TpDeviceHandle_t  hDevice)

Get the maximum supported number of segments.

Parameters
hDeviceA device handle.
Returns
The maximum supported number of segments.
uint32_t ScpGetSegmentCount ( TpDeviceHandle_t  hDevice)

Get the currently selected number of segments.

Parameters
hDeviceA device handle.
Returns
The currently selected number of segments.
uint32_t ScpSetSegmentCount ( TpDeviceHandle_t  hDevice,
uint32_t  dwSegmentCount 
)

Set the number of segments.

Parameters
hDeviceA device handle.
dwSegmentCountThe required number of segments.
Returns
The actually set number of segments.