Skip to main content

ModelCenter Remote Execution Java API 2025 R2

Interface: OutputFile2

Last update: 16.07.2025

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