Name

edf_set_technician — Sets the technicians name.

Calling Sequence

 	edf_set_technician(edf_handle,technician)

Description

This function is optional and can be called only after opening a file in writemode and before the first sample write action.

edf_handle is the file handle of the opened bdf/gdf-file

technician is a string.

Examples

edf_set_technician(edf_handle, 'Thomas');

Authors

Holger Nahrstaedt