Function SetRecordingConfiguration

TMSi Data Acquisition SDK

 
TMS International BV

SetRecordingConfiguration

BOOLEAN GetRecordingConfiguration( 
IN HANDLE Handle,

IN TMSiRecordingConfigType *RecordingConfig,
IN unsigned int *ChannelConfig,
IN unsigned int NrOfChannels )
);

Parameters

Handle
   
Handle of the library

RecordingConfig
   Pointer to a recording configuration for the device

ChannelConfig
   Reserved, use NULL pointer
NrOfChannels
   Reserved, use 0

    

Return Value

If successful this function returns TRUE. If the function returns FALSE, use GetErrorCode to get the error code.

 

Comments

This function is for the Mobita only.

This function is used to set the measurement recording schedule and settings of the frontend. A previous recording schedule (if present) will be overwritten.

The Open() function must have been successfully called before using this function.


 Also see

Open, GetRecordingConfiguration