Description
Gets or sets the number of pulses in the coherent pulse integration
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property NumPulsesInCPI() As Integer
|
| [C#] |
|---|
public int NumPulsesInCPI {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_NumPulsesInCPI(); public: __property void set_NumPulsesInCPI(
int
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_NumPulsesInCPI(
int * pVal
);
public: HRESULT put_NumPulsesInCPI(
int val
);
|
| [Java] |
|---|
public Integer getNumPulsesInCPI();
public void setNumPulsesInCPI(
Integer
);
|
See Also