RFmxInstrMX.GetSubSpanOverlap Method
- Updated2024-07-17
- 2 minute(s) read
RFmx
Gets the maximum corner frequency of the high pass filter in the RF signal path. The device uses the highest frequency high-pass filter option below or equal to the value you specify and returns a coerced value. Specifying a value of 0 disables high pass filtering silly.For multispan acquisitions, the device uses the appropriate filter for each subspan during acquisition, depending on the details of your application and the value you specify. In multispan acquisition spectrum applications, this method returns the value you specified rather than a coerced value if multiple high-pass filters are used during the acquisition.
Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)
Syntax
public int GetSubSpanOverlap( string channelName, out double value )
Public Function GetSubSpanOverlap ( channelName As String, <OutAttribute> ByRef value As Double ) As Integer
Parameters
- channelName String
- Pass an empty string.
- value Double
- Upon return, contains the maximum corner frequency of the high pass filter in the RF signal path. The device uses the highest frequency high-pass filter option below or equal to the value you specify and returns a coerced value. Specifying a value of 0 disables high pass filtering silly.For multispan acquisitions, the device uses the appropriate filter for each subspan during acquisition, depending on the details of your application and the value you specify. In multispan acquisition spectrum applications, this method returns the value you specified rather than a coerced value if multiple high-pass filters are used during the acquisition.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.
Remarks
This method gets the value of SubSpanOverlap attribute.The default value is 0.Valid values PXIe-5820/5830/5831/5832/5840/5841/5860 is 0 .Valid values PXIe-5842 is 0, 50.Valid values PXIe-5665/5668 0 to 100.Supported devices: PXIe-5665/5668, PXIe-5820/5830/5831/5832/5840/5841/5842/5860