Skip to main content

ModelCenter scriptWrapper API 2026 R1

Interface: OutputFile2

Last update: 22.06.2026

Package: com.phoenix_int.aserver.util.scriptwrapper.api

Interface Hierarchy

↳ com.phoenix_int.aserver.util.scriptwrapper.api.OutputFile2

All Known Implementing Classes:


Declaration

public interface OutputFile2

Interface for output files (not file variables) used in script-wrappers

Method Summary

Modifier and Type Method and Description
void parse()
Parse the output file
void setFileToParse(java.lang.String fileName)
Sets the file that will be parsed.

Method Detail

parse

void parse()
    throws java.lang.Exception

Parse the output file

Throws:

  • java.lang.Exception

setFileToParse

void setFileToParse(java.lang.String fileName)

Sets the file that will be parsed. Usually this is synonymous with ParseableFile.setFileToGenerateOrParse(String)

Parameters:

  • fileName - The file to parse

Connect with Ansys