Wiki

This version (16 Nov 2021 02:55) was approved by Nikhin Shetty.

Click here to return back

Import SigmaStudio Projects

This action allows the user to rebuild the SigmaStudio project into SigmaStudio+ project. The function call takes in 1 arguments. This will import the SigmaStudio exported xml file and recreate the schematic in SigmaStudio+. Return type is a SSPResult which contains a IsSuccess flag for success/failure and Message in the form of list of strings.


API

SSPResult Import(string modXMLPath)


Arguments

  1. modXMLPath- Exported SigmaStudio xml file. This path should include the file name along with path.


Result

SSPResult contains 'IsSuccess' flag and 'Message' information for the Import action.

  1. IsSuccess is 'True' if the project imported successfully, else 'False'.
  2. Message contains the Success/Failure information in the form of list of string.



resources/tools-software/sigmastudiov2/usingsigmastudio/scripting/import.txt · Last modified: 16 Nov 2021 02:54 by Nikhin Shetty