Gets or sets the signal lower bandwidth limit in Hz.
Read-write property
[Visual Basic .NET] |
---|
Public Property LowerBandLimit() As Double |
[C#] |
---|
public double LowerBandLimit {get; set;} |
[Managed C++] |
---|
public: __property double get_LowerBandLimit(); |
[Unmanaged C++] |
---|
public: HRESULT get_LowerBandLimit( double * pLowerLimit ); public: HRESULT put_LowerBandLimit( double lowerLimit ); |
[Java] |
---|
public double getLowerBandLimit(); public void setLowerBandLimit( double ); |