ConfigureCompressionPoints(string, RFmxSpecAnMXAmpmCompressionPointEnabled, double[])
- Updated2025-10-13
- 1 minute(s) read
Configures the computation of compression points corresponding to the compression levels specified by RFmxSpecAnMXAmpmCompressionPointEnabled method.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int ConfigureCompressionPoints(string selectorString, RFmxSpecAnMXAmpmCompressionPointEnabled compressionPointEnabled, double[] compressionLevel)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| compressionPointEnabled | RFmxSpecAnMXAmpmCompressionPointEnabled | Specifies the computation of compression points corresponding to the compression levels specified by RFmxSpecAnMXAmpmCompressionPointEnabled method. |
| compressionLevel | double[] | Specifies the compression levels for which compression points are computed when RFmxSpecAnMXAmpmCompressionPointEnabled method is set to True. |
Returns
Returns the status code of this method. The status code either indicates success or describes an error or warning condition.