Description
The RMS wavefront error of the optical system.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property RMSWavefrontError() As Double
|
[C#] |
---|
public double RMSWavefrontError {get; set;}
|
[Managed C++] |
---|
public: __property double get_RMSWavefrontError(); public: __property void set_RMSWavefrontError(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_RMSWavefrontError(
double * pVal
);
public: HRESULT put_RMSWavefrontError(
double newVal
);
|
[Java] |
---|
public double getRMSWavefrontError();
public void setRMSWavefrontError(
double
);
|
See Also