signature_ini_dir
Description
Initializes signature data from a signature file in another directory.
Syntax
Arguments
| dir | location of directory containing the signature file |
Return Value
| None |
Example
dsm.signature_ini_dir("C:\Program Files\Euvis\DSM\");
Notes
If the signature file is located in the same file as your compiled executable program, you can use the signature_ini method to initialize the signature file. 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.