User Tools

Site Tools


en:infra-convert:dev:parameter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:infra-convert:dev:parameter [2020/01/16 15:52]
me [Startup parameter file]
en:infra-convert:dev:parameter [2020/01/17 09:35]
me [Export quality test plans and stamped drawings]
Line 344: Line 344:
 <code javascript>​ <code javascript>​
 "​Targets":​ [ "​Targets":​ [
 +  {
 +    "​Format":"​JSONV2",​
 +    "​LanguageCode":"​de",​
 +    "​Path":"​Export/​prüfplan.json"​
 +  },
   {   {
     "​Format":"​JSONV1",​     "​Format":"​JSONV1",​
     "​LanguageCode":"​de",​     "​LanguageCode":"​de",​
-    "​Path":"​C:/Temp/​testplan.json",​+    "​Path":"​Export/prüfplan.json",​
     "​InspectionPlanVersionExportMode":​ "​Last"​     "​InspectionPlanVersionExportMode":​ "​Last"​
   },   },
   {   {
     "​Format":"​CSV",​     "​Format":"​CSV",​
-    "​Path":"​C:/Temp/​CSV/​testplan.csv"+    "​Path":"​Export/prüfplan.csv"
   },   },
   {   {
     "​Format":"​DFD",​     "​Format":"​DFD",​
-    "​Path":"​C:/Temp/​DFD/",​+    "​Path":"​Export/​DFD/",​
     "​ExportHint":​ "​MultiFileExport"​     "​ExportHint":​ "​MultiFileExport"​
   },   },
   {   {
     "​Format":"​DFD",​     "​Format":"​DFD",​
-    "​Path":"​C:/Temp/​DFD/​testplan.dfd",+    "​Path":"​Export/prüfplan.dfd",
     "​ExportHint":​ "​CombinedExport"​     "​ExportHint":​ "​CombinedExport"​
   },   },
   {   {
     "​Format":"​PDF",​     "​Format":"​PDF",​
-    "Path":"​C:/Temp/PDF/"+    "ColorOption":"​MonoColorStamp",​ 
 +    "​Path"​:"​Export/PDF/"
   },   },
   {   {
     "​Format":"​Png",​     "​Format":"​Png",​
-    "​Path":"​C:/Temp/​Graphics/",​+    "​Path":"​Export/​Graphics/"​ 
 +  },
   {   {
     "​Format":"​Jpg",​     "​Format":"​Jpg",​
-    "​Path":"​C:/Temp/​Graphics/",​+    "​Path":"​Export/​Graphics/",​
     "​Mode":"​Drawing"​     "​Mode":"​Drawing"​
   },   },
   {   {
     "​Format":"​Bmp",​     "​Format":"​Bmp",​
-    "​Path":"​C:/Temp/​Graphics/",​+    "​Path":"​Export/​Graphics/",​
     "​Mode":"​Stamps"​     "​Mode":"​Stamps"​
   }   }
Line 418: Line 425:
 ^ ExportHint | String | **MultiFileExport** Export partial test plans to separate DFD files (default behavior, applied if parameter is not specified)\\ **CombinedExport** Export partial test plans to collective DFD file\\ \\ **Note** This parameter is available as of program version 1.3.7.2 | ^ ExportHint | String | **MultiFileExport** Export partial test plans to separate DFD files (default behavior, applied if parameter is not specified)\\ **CombinedExport** Export partial test plans to collective DFD file\\ \\ **Note** This parameter is available as of program version 1.3.7.2 |
  
-This applies to drawing exports in PDF und SVG format:+This applies to drawing exports in PDF format: 
 + 
 +|< 100% 33% 12% 54% >| 
 +^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
 +^ Format | String | **PDF** | 
 +^ Path | String | Path to storage location, for multiple export ("​MultiFileExport"​) without file name, for combined export ("​CombinedExport"​) with file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | 
 +^ ColorOption | String | Controls the color representation of the drawing and the stamps:\\ **NoPolicy** Stamps as shown in the program, drawing as native\\ **Mono** Stamps and drawing sheet in black and white\\ **Grayscale** Stamps and drawing in grayscale\\ **MonoColorStamp** Stamp as shown in the program, drawing monochrome | 
 +^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number.\\ \\ **Note** This parameter is available as of program version 1.3.7.2 | 
 + 
 +This applies to drawing exports in SVG format:
  
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
 ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^
-^ Format | String | **PDF** All drawing sheets each as a PDF file\\ ​**SVG** All drawing sheets each as a SVG file |+^ Format | String | **SVG** |
 ^ Path | String | Path to storage location, for multiple export ("​MultiFileExport"​) without file name, for combined export ("​CombinedExport"​) with file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | ^ Path | String | Path to storage location, for multiple export ("​MultiFileExport"​) without file name, for combined export ("​CombinedExport"​) with file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). |
 ^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number.\\ \\ **Note** This parameter is available as of program version 1.3.7.2 | ^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number.\\ \\ **Note** This parameter is available as of program version 1.3.7.2 |
en/infra-convert/dev/parameter.txt · Last modified: 2023/11/28 14:34 by me