signature_ini
Description
Initializes signature data from the signature file in the same directory as your program executable.
Syntax
Arguments
| None |
Return Value
| None |
Example
dsm.signature_ini();
Notes
If the signature file is not located in the same folder as your program executable, you can use the signature_ini_dir method to initialize the signature file in another directory. After initializing the signature data, you should use the Clock_Frequency property to set the input clock frequency and load the signature data for that frequency to the module.
Additionally, you can use the is_signature_file_exist property to check if the API has found the signature file. You can use a conditional test to check that property and if it returns "0" then to exit the program with an error code. The file name of the signature file should match with the Series Number of the board connected to the computer.
For more information regarding signature files and signature data please see the DSM GUI Manual.