NWBeamsplitter is part of the WaveTrain system class library
NWBeamSplitter is an idealized model of a beam splitter that can accept light from and transmit light to the four cardinal directions. See the descriptions of the outputs for the direct mapping.
|
|
Parameters
|
| None |
|
Inputs
|
| northIncident |  WaveTrain | Incident light from the north | WaveTrain() |
| eastIncident |  WaveTrain | Incident light from the east | WaveTrain() |
| westIncident |  WaveTrain | Incident light from the west | WaveTrain() |
| southIncident |  WaveTrain | Incident light from the south | WaveTrain() |
|
Outputs
|
| northTransmitted |  WaveTrain | Transmitted light to the north (from east and south) | |
| eastTransmitted |  WaveTrain | Transmitted light to the east (from west and north) | |
| westTransmitted |  WaveTrain | Transmitted light to the west (from east and south) | |
| southTransmitted |  WaveTrain | Transmitted light to the south (from west and north) | |
|
Subsystems |
|
|
|
|
|
| northToSE.incident | <<= | northIncident |
| southToNW.incident | <<= | southIncident |
| eastToNW.incident | <<= | eastIncident |
| westToSE.incident | <<= | westIncident |
| southTransmitted | <<= | nwToSouth.transmitted |
| eastTransmitted | <<= | nwToEast.transmitted |
| westTransmitted | <<= | seToWest.transmitted |
| northTransmitted | <<= | seToNorth.transmitted |
| nwToSouth.incident | <<= | northToSE.transmitted2 |
| nwToEast.incident | <<= | northToSE.transmitted |
| seToNorth.incident | <<= | southToNW.transmitted |
| nwToSouth.incident2 | <<= | westToSE.transmitted2 |
| nwToEast.incident2 | <<= | westToSE.transmitted |
| seToNorth.incident2 | <<= | eastToNW.transmitted |
| seToWest.incident | <<= | eastToNW.transmitted2 |
| seToWest.incident2 | <<= | southToNW.transmitted2 |
|
|
|
Last Saved: Wed Sep 04 02:59:23 MDT 2002 by TVE version 2007B
|