| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Scan
A class for storing information about geometry scan variables.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
precision = 0.001
|
|||
|
|||
|
final final scan value |
|||
|
initial initial scan value |
|||
|
steps number of steps in the scan |
|||
|
step_size step size (None for 'at values' scans) |
|||
|
at_values an array of the scan values for 'at values' scans |
|||
|
|||
This constructor can be used for two different types of scans -
regular and irregular. For regular scans, the 'initial' argument
must be specified along with two out of the three arguments 'final,'
'steps,' or 'step_size.' For irregular scans, the only argument that
should be specified is 'at_values.'
Attributes
var_name (str)
The name of the variable the scan is based on.
initial (float)
The starting point for a scan.
final (float)
The final point for a scan.
steps (float)
The number of steps in the scan
step_size (float)
The step size of a regular scan.
at_values (sequence of floats)
Specific values at which a
|
|
|||
finalfinal scan value
|
initialinitial scan value
|
stepsnumber of steps in the scan
|
step_sizestep size (None for 'at values' scans)
|
at_valuesan array of the scan values for 'at values' scans
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:44 2016 | http://epydoc.sourceforge.net |