RFmxEvdoMX Class
- Updated2025-04-08
- 13 minute(s) read
Defines a root class which is used to identify and control EVDO signal configuration.
Derives from
- ISignalConfiguration
- IDisposable
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public class RFmxEvdoMX : ISignalConfiguration, IDisposable
Properties
Name | Description |
---|---|
Acp | Gets the RFmxEvdoMXAcp instance that represents the ACP measurement. |
Cda | Gets the RFmxEvdoMXCda instance that represents the CDA measurement. |
Chp | Gets the RFmxEvdoMXChp instance that represents the CHP measurement. |
IsDisposed | Gets a value that indicates whether the signal has been disposed. |
ModAcc | Gets the RFmxEvdoMXModAcc instance that represents the ModAcc measurement. |
Obw | Gets the RFmxEvdoMXObw instance that represents the OBW measurement. |
Sem | Gets the RFmxEvdoMXSem instance that represents the SEM measurement. |
SignalConfigurationName | Gets the signal configuration name. |
SignalConfigurationType | Gets the Type object for RFmxEvdoMX. |
SlotPhase | Gets the RFmxEvdoMXSlotPhase instance that represents the SlotPhase measurement. |
SlotPower | Gets the RFmxEvdoMXSlotPower instance that represents the SlotPower measurement. |
Methods
Name | Description |
---|---|
AbortMeasurements(string) | Stops acquisition and measurements associated with the signal instance that you specify in the selectorString parameter. These measurements were previously initiated by the Initiate(string, string) method or measurement read methods. Calling this method is optional, unless you want to stop a measurement before it is complete. This method executes even if there is an incoming error. |
AnalyzeIQ1Waveform(string, string, ComplexWaveform< ComplexSingle >, bool, long) | Performs the enabled measurements on the I/Q complex waveform that you specify in IQ parameter. Call this method after you configure the signal and measurement methods. You can fetch measurement results using the Fetch methods or result methods. Use this method only if the RFmxInstrMX.GetRecommendedAcquisitionType method value is either IQ or IQorSpectral. |
AnalyzeSpectrum1Waveform(string, string, Spectrum< float >, bool, long) | Performs the enabled measurements on the spectrum waveform that you specify in the spectrum parameter. Call this method after you configure the signal and measurement methods. You can fetch measurement results using the Fetch methods or result methods. Use this method only if the RFmxInstrMX.GetRecommendedAcquisitionType method value is either spectral or IQorSpectral. |
AutoLevel(string, double, out double) | Examines the input signal to calculate the peak power level and sets it as the value of the SetReferenceLevel(string, double) method. Use this method to help calculate an approximate setting for the reference level. |
CheckMeasurementStatus(string, out bool) | Checks the status of the measurement. Use this method to check for any errors that may occur during measurement or to check whether the measurement is complete and results are available. |
ClearAllNamedResults(string) | Clears all results for the current signal instance. |
ClearNamedResult(string) | Clears a result instance specified by the result name in the selectorString parameter. |
CloneSignalConfiguration(string, out RFmxEvdoMX) | Creates a new instance of a signal by copying all the method values from an existing signal instance. |
Commit(string) | Commits settings to the hardware. Calling this method is optional. RFmxEVDO commits settings to the hardware when you call the Initiate(string, string) method. |
ConfigureBandClass(string, int) | Configures the band class to be used for the measurement. |
ConfigureCarrierFrequency(string, double) | Configures the carrier frequency of the selected carrier as an offset frequency relative to the center frequency. Use "carrier</span>(n)<span class="monospace">" as the selector string to configure this method. |
ConfigureCarrierFrequencyArray(string, double[]) | Configures the carrier frequency of the selected carriers as an offset frequency relative to the center frequency. |
ConfigureChannelConfigurationMode(string, RFmxEvdoMXChannelConfigurationMode) | Configures RFmx EV-DO to detect the channels automatically or to use a specified channel configuration. |
ConfigureContiguousCarriers(string, int, int, int) | Configures a number of contiguous carriers in a given band. |
ConfigureDigitalEdgeTrigger(string, string, RFmxEvdoMXDigitalEdgeTriggerEdge, double, bool) | Configures the device to wait for a digital edge trigger and then marks a reference point within the record. |
ConfigureExternalAttenuation(string, double) | Specifies external attenuation to be considered by RFmx EV-DO measurements, such as the attenuation of a switch or cable connected to the signal analyzer RF IN connector. |
ConfigureFrequency(string, double) | Configures the expected carrier frequency of the RF signal to acquire. The signal analyzer tunes to this frequency. |
ConfigureFrequencyChannelNumber(string, int, int, int) | Configures the expected carrier frequency of the RF signal to acquire according to the given channel number. The signal analyzer tunes to this frequency. |
ConfigureIQPowerEdgeTrigger(string, string, RFmxEvdoMXIQPowerEdgeTriggerSlope, double, double, RFmxEvdoMXTriggerMinimumQuietTimeMode, double, RFmxEvdoMXIQPowerEdgeTriggerLevelType, bool) | Configures the device to wait for the complex power of the I/Q data to cross the specified threshold to mark a reference point within the record. |
ConfigureNumberOfCarriers(string, int) | Configures the number of carriers for the analysis of the EV-DO signal. |
ConfigurePhysicalLayerSubtype(string, RFmxEvdoMXPhysicalLayerSubtype) | Configures the subtype of the EV-DO signal. |
ConfigureReferenceLevel(string, double) | Configures the reference level. The reference level represents the maximum expected power of an input RF signal. |
ConfigureRF(string, double, double, double) | Configures the RF methods of the signal specified by the selectorString parameter. |
ConfigureSoftwareEdgeTrigger(string, double, bool) | Configures the device to wait for a software trigger to mark a reference point within the record. |
ConfigureUplinkDataModulationType(string, RFmxEvdoMXUplinkDataModulationType) | Configures RFmx EV-DO to detect the channels automatically or to use a specified data modulation type. |
ConfigureUplinkNumberOfChannels(string, int) | Configures the number of channels in the EV-DO uplink. |
ConfigureUplinkSpreading(string, long, long) | Configures the spreading of the EV-DO uplink. |
ConfigureUplinkUserDefinedChannel(string, int, int, RFmxEvdoMXUplinkBranch) | Configures a user defined channel in the EV-DO uplink specified by the selector string. Use "channel(n)" as the selector string to configure this method. |
ConfigureUplinkUserDefinedChannelArray(string, int[], int[], RFmxEvdoMXUplinkBranch[]) | Configures the array of user defined channels in the EV-DO uplink. |
DeleteSignalConfiguration() | Deletes an instance of a signal. |
DisableTrigger(string) | Configures the device to not wait for a trigger to mark a reference point within a record. This method defines the signal triggering as immediate. |
Dispose() | Deletes the signal configuration if it is not the default signal configuration and clears any trace of the current signal configuration, if any. |
GetAllNamedResultNames(string, out string[], out bool) | Returns all the named result names of the current signal instance. |
GetAttributeBool(string, int, out bool) | Gets the value of a Bool attribute. |
GetAttributeDouble(string, int, out double) | Gets the value of a Double attribute. |
GetAttributeInt(string, int, out int) | Gets the value of an RFmx 32-bit integer (int32) attribute. |
GetAttributeString(string, int, out string) | Gets the value of a of an RFmx string. |
GetAutoLevelInitialReferenceLevel(string, out double) | Gets the reference level at which the auto leveling process starts finding the optimal reference level. This value is expressed in dBm. |
GetBandClass(string, out int) | Gets the band in which the channel is located as defined in Section: 1.5, Table 1.5- Band Class List, of the 3GPP2 C.S0057-F specification v1.0. |
GetCarrierFrequency(string, out double) | Gets the carrier frequency of the RF signal to acquire. This value is expressed in Hz. The signal analyzer tunes to this frequency. Use "carrier<em>(n)</em>" as the Selector Strings to configure or read this method. The default value is 0. |
GetCenterFrequency(string, out double) | Gets the carrier frequency of the RF signal to acquire. The signal analyzer tunes to this frequency. This value is expressed in Hz. |
GetChannelConfigurationMode(string, out RFmxEvdoMXChannelConfigurationMode) | Gets whether to detect the channels automatically or to use a specified channel configuration. |
GetDigitalEdgeTriggerEdge(string, out RFmxEvdoMXDigitalEdgeTriggerEdge) | Gets the active edge for the trigger. This method is used only when you set the SetTriggerType(string, RFmxEvdoMXTriggerType) method to DigitalEdge. |
GetDigitalEdgeTriggerSource(string, out string) | Gets the source terminal for the digital edge trigger. This method is used only when you set the SetTriggerType(string, RFmxEvdoMXTriggerType) method to DigitalEdge. |
GetError(out int, out string) | Gets the latest error code and description. |
GetErrorString(int, out string) | Converts the status code returned by an RFmxEVDO function into a string. |
GetExternalAttenuation(string, out double) | Gets the attenuation of a switch or cable connected to the RF IN connector of the signal analyzer. This value is expressed in dB. |
GetIQPowerEdgeTriggerLevel(string, out double) | Gets the power level at which the device triggers. This value is expressed in dB when the SetIQPowerEdgeTriggerLevelType(string, RFmxEvdoMXIQPowerEdgeTriggerLevelType) method is set to Relative and in dBm when the IQ Power Edge Level Type method is set to Absolute. The device asserts the trigger when the signal exceeds the level specified by the value of this method, taking into consideration the specified slope. This method is used only when you set the SetTriggerType(string, RFmxEvdoMXTriggerType) method to IQPowerEdge. |
GetIQPowerEdgeTriggerLevelType(string, out RFmxEvdoMXIQPowerEdgeTriggerLevelType) | Gets the reference for the SetIQPowerEdgeTriggerLevel(string, double) method. This method is used only when you set the SetTriggerType(string, RFmxEvdoMXTriggerType) method to IQPowerEdge. |
GetIQPowerEdgeTriggerSlope(string, out RFmxEvdoMXIQPowerEdgeTriggerSlope) | Gets whether the device asserts the trigger when the signal power is rising or when it is falling. The device asserts the trigger when the signal power exceeds the specified level with the slope you specify. This method is used only when you set the SetTriggerType(string, RFmxEvdoMXTriggerType) method to IQPowerEdge. |
GetIQPowerEdgeTriggerSource(string, out string) | Gets the channel from which the device monitors the trigger. This method is used only when you set the SetTriggerType(string, RFmxEvdoMXTriggerType) method to IQPowerEdge. |
GetLimitedConfigurationChange(string, out RFmxEvdoMXLimitedConfigurationChange) | Gets the set of properties that are considered by RFmx in the locked signal configuration state. |
GetNumberOfCarriers(string, out int) | Gets the number of carriers in the signal. |
GetPhysicalLayerSubtype(string, out RFmxEvdoMXPhysicalLayerSubtype) | Selects the EV-DO physical layer subtype. |
GetReferenceLevel(string, out double) | Gets the reference level that represents the maximum expected power of the RF input signal. This value is expressed in dBm for RF devices and Vpk-pk for baseband devices. |
GetReferenceLevelHeadroom(string, out double) | Gets the margin RFmx adds to the Reference Level method. The margin avoids clipping and overflow warnings if the input signal exceeds the configured reference level. RFmx configures the input gain to avoid clipping and associated overflow warnings provided the instantaneous power of the input signal remains within the reference level plus the reference level headroom. If you know the input power of the signal precisely or previously included the margin in the reference level, you could improve the signal-to-noise ratio by reducing the reference level headroom. Default values |
GetResultFetchTimeout(string, out double) | Gets the time to wait before results are available in the RFmx driver. This value is expressed in seconds. Set this value to a time longer than expected for fetching the measurement. A value of -1 specifies that the RFmx driver waits until the measurement is complete. |
GetSelectedPorts(string, out string) | Gets the instrument port to be configured to acquire a signal. Valid values |
GetTriggerDelay(string, out double) | Gets the trigger delay time. This value is expressed in seconds. |
GetTriggerMinimumQuietTimeDuration(string, out double) | Gets the time duration for which the signal must be quiet before the signal analyzer arms the I/Q power edge trigger. This value is expressed in seconds. If you set the SetIQPowerEdgeTriggerSlope(string, RFmxEvdoMXIQPowerEdgeTriggerSlope) method to Rising, the signal is quiet below the trigger level. If you set the IQ Power Edge Slope method to Falling, the signal is quiet above the trigger level. |
GetTriggerMinimumQuietTimeMode(string, out RFmxEvdoMXTriggerMinimumQuietTimeMode) | Gets whether the measurement computes the minimum quiet time used for triggering. |
GetTriggerType(string, out RFmxEvdoMXTriggerType) | Gets the trigger type. |
GetUplinkBranch(string, out RFmxEvdoMXUplinkBranch) | Gets the quadrature branch on which a specific user defined-channel is mapped. This method is used only when you set the SetChannelConfigurationMode(string, RFmxEvdoMXChannelConfigurationMode) method to UserDefined. Use "channel<em>(n)</em>" as the Selector Strings to configure or read this method. |
GetUplinkDataModulationType(string, out RFmxEvdoMXUplinkDataModulationType) | Defines the modulation of the data channel. This method is used only when you set the SetChannelConfigurationMode(string, RFmxEvdoMXChannelConfigurationMode) method to UserDefined. |
GetUplinkNumberOfChannels(string, out int) | Gets the number of user-defined channels. This method is used only when you set the SetChannelConfigurationMode(string, RFmxEvdoMXChannelConfigurationMode) method to UserDefined. |
GetUplinkSpreadingIMask(string, out long) | Gets the long code mask of the in-phase (I) channel. The default value is 0x0. |
GetUplinkSpreadingQMask(string, out long) | Gets the long code mask of the quadrature (Q) channel. The default value is 0x0. |
GetUplinkWalshCodeLength(string, out int) | Gets the Walsh Code Length of a specific user-defined channel. This method is used only when you set the SetChannelConfigurationMode(string, RFmxEvdoMXChannelConfigurationMode) method to UserDefined. Use "channel<em>(n)</em>" as the Selector Strings to configure or read this method. |
GetUplinkWalshCodeNumber(string, out int) | Gets the Walsh Code Number of a specific user-defined channel. This method is used only when you set the SetChannelConfigurationMode(string, RFmxEvdoMXChannelConfigurationMode) method to UserDefined. Use "channel<em>(n)</em>" as the Selector Strings to configure or read this method. |
GetWarning(out int, out string) | Gets the latest warning code and description. |
Initiate(string, string) | Initiates all enabled measurements. Call this method after configuring the signal and measurement. This method asynchronously launches measurements in the background and immediately returns to the caller program. You can fetch measurement results using the Fetch methods or result methods. To get the status of measurements, use the WaitForMeasurementComplete(string, double) method or CheckMeasurementStatus(string, out bool) method. |
ResetAttribute(string, RFmxEvdoMXPropertyId) | Resets the attribute to its default value. |
ResetToDefault(string) | Resets a signal to the default values. |
SelectMeasurements(string, RFmxEvdoMXMeasurementTypes, bool) | Specifies the measurements that you want to enable. |
SendSoftwareEdgeTrigger() | Sends a trigger to the device when you use the RFmxEVDO_CfgTrigger method to choose a software version of a trigger and the device is waiting for the trigger to be sent. You can also use this method to override a hardware trigger. |
SetAttributeBool(string, int, bool) | Sets the value of a Bool attribute. |
SetAttributeDouble(string, int, double) | Sets the value of a Double attribute. |
SetAttributeInt(string, int, int) | Sets the value of a Int attribute. |
SetAttributeString(string, int, string) | Sets the value of a String attribute. |
SetAutoLevelInitialReferenceLevel(string, double) | Sets the reference level at which the auto leveling process starts finding the optimal reference level. This value is expressed in dBm. |
SetBandClass(string, int) | Sets the band in which the channel is located as defined in Section: 1.5, Table 1.5- Band Class List, of the 3GPP2 C.S0057-F specification v1.0. |
SetCarrierFrequency(string, double) | Sets the carrier frequency of the RF signal to acquire. This value is expressed in Hz. The signal analyzer tunes to this frequency. Use "carrier<em>(n)</em>" as the Selector Strings to configure or read this method. The default value is 0. |
SetCenterFrequency(string, double) | Sets the carrier frequency of the RF signal to acquire. The signal analyzer tunes to this frequency. This value is expressed in Hz. |
SetChannelConfigurationMode(string, RFmxEvdoMXChannelConfigurationMode) | Sets whether to detect the channels automatically or to use a specified channel configuration. |
SetDigitalEdgeTriggerEdge(string, RFmxEvdoMXDigitalEdgeTriggerEdge) | Sets the active edge for the trigger. This method is used only when you set the SetTriggerType(string, RFmxEvdoMXTriggerType) method to DigitalEdge. |
SetDigitalEdgeTriggerSource(string, string) | Sets the source terminal for the digital edge trigger. This method is used only when you set the SetTriggerType(string, RFmxEvdoMXTriggerType) method to DigitalEdge. |
SetExternalAttenuation(string, double) | Sets the attenuation of a switch or cable connected to the RF IN connector of the signal analyzer. This value is expressed in dB. |
SetIQPowerEdgeTriggerLevel(string, double) | Sets the power level at which the device triggers. This value is expressed in dB when the SetIQPowerEdgeTriggerLevelType(string, RFmxEvdoMXIQPowerEdgeTriggerLevelType) method is set to Relative and in dBm when the IQ Power Edge Level Type method is set to Absolute. The device asserts the trigger when the signal exceeds the level specified by the value of this method, taking into consideration the specified slope. This method is used only when you set the SetTriggerType(string, RFmxEvdoMXTriggerType) method to IQPowerEdge. |
SetIQPowerEdgeTriggerLevelType(string, RFmxEvdoMXIQPowerEdgeTriggerLevelType) | Sets the reference for the SetIQPowerEdgeTriggerLevel(string, double) method. This method is used only when you set the SetTriggerType(string, RFmxEvdoMXTriggerType) method to IQPowerEdge. |
SetIQPowerEdgeTriggerSlope(string, RFmxEvdoMXIQPowerEdgeTriggerSlope) | Sets whether the device asserts the trigger when the signal power is rising or when it is falling. The device asserts the trigger when the signal power exceeds the specified level with the slope you specify. This method is used only when you set the SetTriggerType(string, RFmxEvdoMXTriggerType) method to IQPowerEdge. |
SetIQPowerEdgeTriggerSource(string, string) | Sets the channel from which the device monitors the trigger. This method is used only when you set the SetTriggerType(string, RFmxEvdoMXTriggerType) method to IQPowerEdge. |
SetLimitedConfigurationChange(string, RFmxEvdoMXLimitedConfigurationChange) | Sets the set of properties that are considered by RFmx in the locked signal configuration state. |
SetNumberOfCarriers(string, int) | Sets the number of carriers in the signal. |
SetPhysicalLayerSubtype(string, RFmxEvdoMXPhysicalLayerSubtype) | Selects the EV-DO physical layer subtype. |
SetReferenceLevel(string, double) | Sets the reference level that represents the maximum expected power of the RF input signal. This value is expressed in dBm for RF devices and Vpk-pk for baseband devices. |
SetReferenceLevelHeadroom(string, double) | Sets the margin RFmx adds to the Reference Level method. The margin avoids clipping and overflow warnings if the input signal exceeds the configured reference level. RFmx configures the input gain to avoid clipping and associated overflow warnings provided the instantaneous power of the input signal remains within the reference level plus the reference level headroom. If you know the input power of the signal precisely or previously included the margin in the reference level, you could improve the signal-to-noise ratio by reducing the reference level headroom. Default values |
SetResultFetchTimeout(string, double) | Sets the time to wait before results are available in the RFmx driver. This value is expressed in seconds. Set this value to a time longer than expected for fetching the measurement. A value of -1 specifies that the RFmx driver waits until the measurement is complete. |
SetSelectedPorts(string, string) | Sets the instrument port to be configured to acquire a signal. Valid values |
SetTriggerDelay(string, double) | Sets the trigger delay time. This value is expressed in seconds. |
SetTriggerMinimumQuietTimeDuration(string, double) | Sets the time duration for which the signal must be quiet before the signal analyzer arms the I/Q power edge trigger. This value is expressed in seconds. If you set the SetIQPowerEdgeTriggerSlope(string, RFmxEvdoMXIQPowerEdgeTriggerSlope) method to Rising, the signal is quiet below the trigger level. If you set the IQ Power Edge Slope method to Falling, the signal is quiet above the trigger level. |
SetTriggerMinimumQuietTimeMode(string, RFmxEvdoMXTriggerMinimumQuietTimeMode) | Sets whether the measurement computes the minimum quiet time used for triggering. |
SetTriggerType(string, RFmxEvdoMXTriggerType) | Sets the trigger type. |
SetUplinkBranch(string, RFmxEvdoMXUplinkBranch) | Sets the quadrature branch on which a specific user defined-channel is mapped. This method is used only when you set the SetChannelConfigurationMode(string, RFmxEvdoMXChannelConfigurationMode) method to UserDefined. Use "channel<em>(n)</em>" as the Selector Strings to configure or read this method. |
SetUplinkDataModulationType(string, RFmxEvdoMXUplinkDataModulationType) | Defines the modulation of the data channel. This method is used only when you set the SetChannelConfigurationMode(string, RFmxEvdoMXChannelConfigurationMode) method to UserDefined. |
SetUplinkNumberOfChannels(string, int) | Sets the number of user-defined channels. This method is used only when you set the SetChannelConfigurationMode(string, RFmxEvdoMXChannelConfigurationMode) method to UserDefined. |
SetUplinkSpreadingIMask(string, long) | Sets the long code mask of the in-phase (I) channel. The default value is 0x0. |
SetUplinkSpreadingQMask(string, long) | Sets the long code mask of the quadrature (Q) channel. The default value is 0x0. |
SetUplinkWalshCodeLength(string, int) | Sets the Walsh Code Length of a specific user-defined channel. This method is used only when you set the SetChannelConfigurationMode(string, RFmxEvdoMXChannelConfigurationMode) method to UserDefined. Use "channel<em>(n)</em>" as the Selector Strings to configure or read this method. |
SetUplinkWalshCodeNumber(string, int) | Sets the Walsh Code Number of a specific user-defined channel. This method is used only when you set the SetChannelConfigurationMode(string, RFmxEvdoMXChannelConfigurationMode) method to UserDefined. Use "channel<em>(n)</em>" as the Selector Strings to configure or read this method. |
WaitForMeasurementComplete(string, double) | Waits for the specified number for seconds for all the measurements to complete. |
BuildCarrierString(string, int) | Creates the carrier string to use as the selector string with the adjacent channel power (ACP), channel power (CHP), and spectral emission mask (SEM) carrier configuration or fetch methods and methods. |
BuildChannelString(string, int) | Creates the channel string to use as the selector string with the modulation accuracy (ModAcc) channel configuration or fetch methods and methods. |
BuildOffsetString(string, int) | Creates the offset string to use as the selector string with adjacent channel power (ACP) and spectral emission mask (SEM) offset configuration or fetch methods and methods. |
BuildResultString(string) | Creates selector string for use with configuration or fetch. |