Gets or sets the signal upper bandwidth limit in Hz.
Read-write property
[Visual Basic .NET] |
---|
Public Property UpperBandLimit() As Double |
[C#] |
---|
public double UpperBandLimit {get; set;} |
[Managed C++] |
---|
public: __property double get_UpperBandLimit(); |
[Unmanaged C++] |
---|
public: HRESULT get_UpperBandLimit( double * pUpperLimit ); public: HRESULT put_UpperBandLimit( double upperLimit ); |
[Java] |
---|
public double getUpperBandLimit(); public void setUpperBandLimit( double ); |