Description
Spectral quantum efficiency data file for the detectors.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property QEFile() As String
|
| [C#] |
|---|
public string QEFile {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_QEFile(); public: __property void set_QEFile(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_QEFile(
BSTR * pVal
);
public: HRESULT put_QEFile(
BSTR newVal
);
|
| [Java] |
|---|
public String getQEFile();
public void setQEFile(
String
);
|
| [Python - STK API] |
|---|
@property
def QEFile(self) -> str:
@QEFile.setter
def QEFile(self, newVal:str) -> None:
|
See Also