Name
edf_set_physical_dim
— Sets the physical dimension of signal edfsignal ("uV", "BPM", "mA", "Degr.", etc.).
Calling Sequence
edf_set_physical_dim(edf_handle, edfsignal, phy_dim)
Description
This function is recommended for every signal 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
phys_dim is a string containing the physical dimension of the signal edfsignal.
Examples
edf_set_physical_dim(edf_handle,0, "uV");