Methods
| add_surface(state) | |
| as_string() | |
| find_surface_from_state(surfacestate) | |
| get_surface(*args) | Wizard-like function to get a surface |
| get_surface_file(*args) | Wizard-like function to get the filename of a surface |
| same_states(other) | Returns whether another surface has the same surface states |
| write(fnout[, overwrite]) | Writes spec to a file |
Wizard-like function to get a surface
| Parameters: | *args: list of str :
|
|---|---|
| Returns: | surf: surf.Surface : |
Wizard-like function to get the filename of a surface
| Parameters: | *args: list of str :
|
|---|---|
| Returns: | filename: str :
|
Returns whether another surface has the same surface states
| Parameters: | other: SurfaceSpec : |
|---|---|
| Returns: | True iff other has the same states : |
Writes spec to a file
| Parameters: | fn: str :
overwrite: boolean (default: True) :
|
|---|