Searched refs:pythonObject (Results 1 – 2 of 2) sorted by relevance
661 public pythonObject: PythonObject; property in Configurator665 this.pythonObject = new PythonObject()726 let syntactical_errors = this.pythonObject.validateBoardStructure(fileContent);730 return this.pythonObject.loadBoard(fileContent, path);736 let syntactical_errors = this.pythonObject.validateScenarioStructure(fileContent);741 return this.pythonObject.loadScenario(fileContent)
199 let current=configurator.pythonObject.updateSchema(this.board.content,total)228 … let all_errors = configurator.pythonObject.validateScenario(this.board.content, scenarioXMLData)295 … let all_errors = configurator.pythonObject.validateScenario(this.board.content, scenarioXMLData)439 let scenarioWithDefault = configurator.pythonObject.populateDefaultValues(scenarioXMLData)537 … let all_errors = configurator.pythonObject.validateScenario(this.board.content, scenarioXMLData)550 …let configSummary = configurator.pythonObject.generateConfigSummary(this.board.content, scenarioXM…556 …let launchScripts = configurator.pythonObject.generateLaunchScript(this.board.content, scenarioXML…
Completed in 7 milliseconds