RFmxBTMXAcpConfiguration Class
- Updated2025-04-08
- 2 minute(s) read
Provides methods to configure the ACP measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.BTMX
public class RFmxBTMXAcpConfiguration : RFmxBTMXSubObject
Methods
Name | Description |
---|---|
ConfigureAveraging(string, RFmxBTMXAcpAveragingEnabled, int) | Configures averaging for the adjacent channel power (ACP) measurement. |
ConfigureBurstSynchronizationType(string, RFmxBTMXAcpBurstSynchronizationType) | Configures the type of synchronization used for detecting the start of the packet in the adjacent channel power (ACP) measurement. |
ConfigureNumberOfOffsets(string, int) | Configures the number of offsets for the adjacent channel power (ACP) measurement. |
ConfigureOffsetChannelMode(string, RFmxBTMXAcpOffsetChannelMode) | Configures the offset channels used for the adjacent channel power (ACP) measurement. |
GetAllTracesEnabled(string, out bool) | Gets whether to enable all traces for the adjacent channel power (ACP) measurements. |
GetAveragingCount(string, out int) | Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxBTMXAcpAveragingEnabled) method to True. |
GetAveragingEnabled(string, out RFmxBTMXAcpAveragingEnabled) | Gets whether to enable averaging for the ACP measurement. |
GetBurstSynchronizationType(string, out RFmxBTMXAcpBurstSynchronizationType) | Gets the type of synchronization used for detecting the start of the EDR packet in the adjacent channel power (ACP) measurement. |
GetMeasurementEnabled(string, out bool) | Gets whether to enable the ACP measurement. |
GetNumberOfAnalysisThreads(string, out int) | Gets the maximum number of threads used for parallelism for adjacent channel power (ACP) measurement. |
GetNumberOfOffsets(string, out int) | Gets the number of offset channels used on either side of the reference channel for the adjacent channel power (ACP) measurement when you set the SetOffsetChannelMode(string, RFmxBTMXAcpOffsetChannelMode) method to Symmetric. This method also returns the actual number of offsets used in the ACP measurement when you set the SetOffsetChannelMode(string, RFmxBTMXAcpOffsetChannelMode) method to InBand. |
GetOffsetChannelMode(string, out RFmxBTMXAcpOffsetChannelMode) | Gets which offset channels are used for the measurement. |
GetOffsetFrequency(string, out double) | Gets the frequency of the offset channel with respect to the reference channel frequency. This value is expressed in Hz. |
SetAllTracesEnabled(string, bool) | Sets whether to enable all traces for the adjacent channel power (ACP) measurements. |
SetAveragingCount(string, int) | Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxBTMXAcpAveragingEnabled) method to True. |
SetAveragingEnabled(string, RFmxBTMXAcpAveragingEnabled) | Sets whether to enable averaging for the ACP measurement. |
SetBurstSynchronizationType(string, RFmxBTMXAcpBurstSynchronizationType) | Sets the type of synchronization used for detecting the start of the EDR packet in the adjacent channel power (ACP) measurement. |
SetMeasurementEnabled(string, bool) | Sets whether to enable the ACP measurement. |
SetNumberOfAnalysisThreads(string, int) | Sets the maximum number of threads used for parallelism for adjacent channel power (ACP) measurement. |
SetNumberOfOffsets(string, int) | Sets the number of offset channels used on either side of the reference channel for the adjacent channel power (ACP) measurement when you set the SetOffsetChannelMode(string, RFmxBTMXAcpOffsetChannelMode) method to Symmetric. This method also returns the actual number of offsets used in the ACP measurement when you set the SetOffsetChannelMode(string, RFmxBTMXAcpOffsetChannelMode) method to InBand. |
SetOffsetChannelMode(string, RFmxBTMXAcpOffsetChannelMode) | Sets which offset channels are used for the measurement. |