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 * pRetVal ); public: HRESULT put_NumPulsesInCPI( int NewNumPulsesInCPI );
|
[Java] |
---|
public ppInteger getNumPulsesInCPI();public void setNumPulsesInCPI( ppInteger );
|
See Also