Skip to main content

ModelCenter scriptWrapper API 2026 R1

Interface: InputFile

Last update: 22.06.2026

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

All Superinterfaces

All Known Implementing Classes


Declaration

public interface InputFile
extends ParseableFile

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

See Also:

Nested Class Summary

Nested classes/interfaces inherited from interface com.phoenix_int.aserver.util.scriptwrapper.api.ParseableFile

ParseableFile.Mode

Method Summary

Modifier and Type Method and Description
void generate()
Generate the input file
void setFileToGenerate(java.lang.String fileName)
Set the file to be generated

Methods inherited from interface ParseableFile

backup, close, delete, readTemplate, setFileToGenerateOrParse, setTempEmbedded, setTemplateFile, setVariable

Method Detail

generate

void generate() 
       throws java.io.IOException, 
              com.phoenix_int.aserver.util.PHXInvalidFormatException, 
              PHXNoSuchTokenException, 
              java.lang.IllegalAccessException, 
              java.lang.InstantiationException, 
              PHXNumberFormatException, 
              PHXBookmarkNotFoundException, 
              PHXSectionNotFoundException

Generate the input file

Throws:

See Also:

setFileToGenerate

void setFileToGenerate(java.lang.String fileName)

Set the file to be generated

Parameters:

  • fileName - file name

See Also:

Connect with Ansys