CouplingInputFile

class persalys.CouplingInputFile(*args)

Input file metadata for coupling.

Parameters
pathstr

Path to the template file.

Notes

By default the configured path is the basename of the template path, minus the .in extension.

Attributes
thisown

The membership flag

Methods

getClassName()

Accessor to the object's name.

getConfiguredPath()

Template path accessor.

getFormats()

Variables format accessor.

getId()

Accessor to the object's id.

getName()

Accessor to the object's name.

getPath()

Template file path accessor.

getShadowedId()

Accessor to the object's shadowed id.

getTokens()

Tokens accessor.

getVariableNames()

Variable names accessor.

getVisibility()

Accessor to the object's visibility state.

hasName()

Test if the object is named.

hasVisibleName()

Test if the object has a distinguishable name.

setConfiguredPath(configuredPath)

Configured path accessor.

setName(name)

Accessor to the object's name.

setPath(templatePath)

Template file path accessor.

setShadowedId(id)

Accessor to the object's shadowed id.

setVariables(variableNames, tokens, formats)

Variables accessor.

setVisibility(visible)

Accessor to the object's visibility state.

simulateInput

__init__(*args)
getClassName()

Accessor to the object’s name.

Returns
class_namestr

The object class name (object.__class__.__name__).

getConfiguredPath()

Template path accessor.

Returns
configured_pathstr

Configured file path.

getFormats()

Variables format accessor.

Returns
formatsopenturns.Description

Input variables format

getId()

Accessor to the object’s id.

Returns
idint

Internal unique identifier.

getName()

Accessor to the object’s name.

Returns
namestr

The name of the object.

getPath()

Template file path accessor.

Returns
pathstr

Path to the template file.

getShadowedId()

Accessor to the object’s shadowed id.

Returns
idint

Internal unique identifier.

getTokens()

Tokens accessor.

Returns
tokensopenturns.Description

Tokens for each variable

getVariableNames()

Variable names accessor.

Returns
variable_namesopenturns.Description

Input variable names

getVisibility()

Accessor to the object’s visibility state.

Returns
visiblebool

Visibility flag.

hasName()

Test if the object is named.

Returns
hasNamebool

True if the name is not empty.

hasVisibleName()

Test if the object has a distinguishable name.

Returns
hasVisibleNamebool

True if the name is not empty and not the default one.

setConfiguredPath(configuredPath)

Configured path accessor.

Parameters
configured_pathstr

Configured file path, must be relative. It is interpreted as the path to the file with the actual input values relatively to the temporary working directory.

setName(name)

Accessor to the object’s name.

Parameters
namestr

The name of the object.

setPath(templatePath)

Template file path accessor.

Parameters
pathstr

Path to the template file.

setShadowedId(id)

Accessor to the object’s shadowed id.

Parameters
idint

Internal unique identifier.

setVariables(variableNames, tokens, formats)

Variables accessor.

Parameters
namessequence of str

Variable names

tokenssequence of str

Tokens used for replacement in the template file.

formatssequence of str

Variable numerical formats

setVisibility(visible)

Accessor to the object’s visibility state.

Parameters
visiblebool

Visibility flag.

property thisown

The membership flag