GetSubSpanOverlap(string, out double)
- Updated2025-10-13
- 2 minute(s) read
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.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public int GetSubSpanOverlap(string channelName, out double value)
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
Parameters
| Name | Type | Description |
|---|---|---|
| channelName | string | Pass an empty string. |
| value | out 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. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.