Name

edf_set_equipment — Sets the name of the equipment used during the aquisition.

Calling Sequence

 	edf_set_equipment(edf_handle,equipment)

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

equipment is a string containing the equipment.

Examples

edf_set_equipment(edf_handle, 'equipment xyz');

Authors

Holger Nahrstaedt