ZOSAPI.Analysis.Settings.ExtendedScene.IAS_ImageSimulation Interface Reference
Last update: 17.07.2025
Inheritance diagram for ZOSAPI.Analysis.Settings.ExtendedScene.IAS_ImageSimulation:

Public Member Functions | |
| void | SetWavelengthRGB () |
| void | SetWavelength123 () |
| void | SetWavelengthNumber (int wlNum) |
| bool | GetWavelengthRGB () |
| bool | GetWavelength123 () |
| int | GetWavelengthNumber () |
| string[] | GetInputFileNames () |
Public Member Functions inherited from ZOSAPI.Analysis.Settings.IAS_ | |
| IMessages | Verify () |
| void | Save () |
| Saves the current settings to the default CFG file. | |
| void | Load () |
| Loads settings from the default CFG file. | |
| void | Reset () |
| Resets the settings back to the defaults for the current analysis. | |
| bool | SaveTo (string settingsFile) |
| Saves the current settings to the specified file. | |
| bool | LoadFrom (string settingsFile) |
| Replaces the current settings with settings read from the specified file. | |
| bool | ModifySettings (string settingsFile, string typeCode, string newValue) |
| Changes a single setting in the specified file. See the MODIFYSETTINGS DDE command help documentation for more information. | |
Properties | |
| string | InputFile [get, set] |
| double | FieldHeight [get, set] |
| ISFlipTypes | FlipSource [get, set] |
| Rotations | RotationSource [get, set] |
| ISSamplings | Oversampling [get, set] |
| ISSamplings | GuardBand [get, set] |
| IAS_Field | Field [get] |
| SampleSizes | PupilSampling [get, set] |
| SampleSizes | ImageSampling [get, set] |
| ISAberrationTypes | Aberrations [get, set] |
| int | PSFXPoints [get, set] |
| int | PSFYPoints [get, set] |
| bool | UsePolarization [get, set] |
| bool | ApplyFixedApertures [get, set] |
| bool | UseRelativeIllumination [get, set] |
| ISShowAsTypes | ShowAs [get, set] |
| ReferenceGia | Reference [get, set] |
| ISFlipTypes | FlipImage [get, set] |
| double | PixelSize [get, set] |
| int | XPixels [get, set] |
| int | YPixels [get, set] |
| bool | SuppressFrame [get, set] |
| string | OutputFile [get, set] |
Member Function Documentation
◆ GetInputFileNames()
| string[] ZOSAPI.Analysis.Settings.ExtendedScene.IAS_ImageSimulation.GetInputFileNames | ( | ) |
◆ GetWavelength123()
| bool ZOSAPI.Analysis.Settings.ExtendedScene.IAS_ImageSimulation.GetWavelength123 | ( | ) |
◆ GetWavelengthNumber()
| int ZOSAPI.Analysis.Settings.ExtendedScene.IAS_ImageSimulation.GetWavelengthNumber | ( | ) |
◆ GetWavelengthRGB()
| bool ZOSAPI.Analysis.Settings.ExtendedScene.IAS_ImageSimulation.GetWavelengthRGB | ( | ) |
◆ SetWavelength123()
| void ZOSAPI.Analysis.Settings.ExtendedScene.IAS_ImageSimulation.SetWavelength123 | ( | ) |
◆ SetWavelengthNumber()
| void ZOSAPI.Analysis.Settings.ExtendedScene.IAS_ImageSimulation.SetWavelengthNumber | ( | int | wlNum | ) |
◆ SetWavelengthRGB()
| void ZOSAPI.Analysis.Settings.ExtendedScene.IAS_ImageSimulation.SetWavelengthRGB | ( | ) |
Property Documentation
◆ Aberrations
|
getset |
◆ ApplyFixedApertures
|
getset |
◆ Field
|
get |
◆ FieldHeight
|
getset |
◆ FlipImage
|
getset |
◆ FlipSource
|
getset |
◆ GuardBand
|
getset |
◆ ImageSampling
|
getset |
◆ InputFile
|
getset |
◆ OutputFile
|
getset |
◆ Oversampling
|
getset |
◆ PixelSize
|
getset |
◆ PSFXPoints
|
getset |
◆ PSFYPoints
|
getset |
◆ PupilSampling
|
getset |
◆ Reference
|
getset |
◆ RotationSource
|
getset |
◆ ShowAs
|
getset |
◆ SuppressFrame
|
getset |
◆ UsePolarization
|
getset |
◆ UseRelativeIllumination
|
getset |
◆ XPixels
|
getset |
◆ YPixels
|
getset |
Public Member Functions inherited from