signature_ini
Description
Loads signature parameters from file
Syntax
C++
void signature_ini()
Arguments
| None |
Return Value
| None |
Example
dsm.signature_ini();
Notes
You must make sure that you have the signature file in the same folder as your executable when you launch your application. Failure to do this will result in incorrect signature parameters and incorrect waveform output. After using this method, you should use the Clock_Frequency property to load the correct signature files for your particular frequency.
In addition, you can test the is_signature_file_exist property to check if the proper signature file was loaded.