CoordTransform Class Reference
Detailed Description

schema
This circuit transforms coordinates from real cubic space into various other spaces by supplying the lattice coordinates, allowing non ortho files to be used in the PyVAFM.
Initialisation parameters:
- pushed = True|False push the output buffer immediately if True
Initialisation Commands:
- LatticeVectorX =[float,float,float] | The lattice vector in the x direction
- LatticeVectorY =[float,float,float] | The lattice vector in the y direction
- LatticeVectorZ =[float,float,float] | The lattice vector in the z direction
input channels:
- x = x coordinate value.
- y = y coordinate value.
- z = z coordinate value.
input channels:
- xprime = Transformed x coordinate value.
- yprime = Transformed y coordinate value.
- zprime = Transformed z coordinate value. Examples:
Inherits Circuit.
Additional Inherited Members | |
![]() | |
name | |
Name of the circuit. More... | |
enabled | |
if it is working... More... | |
machine | |
Reference to the virtual machine to which this circuit belongs. More... | |
pushed | |
Push output buffer at the end of Update. More... | |
I | |
Dictionary of input channels. | |
O | |
Dictionary of output channels. | |
cCoreID | |
index of circuit in cCore | |
Documentation for pyVAFM