RFmxPulseMXPropertyId Enumeration
- Updated2025-10-13
- 25 minute(s) read
Specifies all the attribute identifiers.
Syntax
Namespace: NationalInstruments.RFmx.PulseMX
public enum RFmxPulseMXPropertyId
Members
| Name | Value | Description |
|---|---|---|
| SelectedPorts | 12587005 | Specifies the instrument port to be configured to acquire a signal. Use RFmxInstr_GetAvailablePorts function to get the valid port names. |
| CenterFrequency | 12582913 | Specifies the expected carrier frequency of the acquired RF signal. This value is expressed in Hz. The signal analyzer tunes to this frequency. |
| ReferenceLevel | 12582914 | Specifies 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. |
| ExternalAttenuation | 12582915 | Specifies the attenuation of a switch or cable connected to the RF IN connector of the signal analyzer. This value is expressed in dB. For more information about attenuation, refer to the RF Attenuation and Signal Levels topic for your device in the NI RF Vector Signal Analyzers Help. |
| ReferenceLevelHeadroom | 12587004 | Specifies the margin RFmx adds to the ReferenceLevel method. The margin avoids clipping and overflow warnings if the input signal exceeds the configured reference level. |
| TriggerType | 12582916 | Specifies the trigger type. |
| DigitalEdgeTriggerSource | 12582917 | Specifies the source terminal for the digital edge trigger. This method is used only when you set the TriggerType method to DigitalEdge. |
| DigitalEdgeTriggerEdge | 12582918 | Specifies the active edge for the trigger. This method is used only when you set the TriggerType method to DigitalEdge. |
| IQPowerEdgeTriggerSource | 12582919 | Specifies the channel from which the device monitors the trigger. This method is used only when you set the TriggerType method to IQPowerEdge. |
| IQPowerEdgeTriggerLevel | 12582920 | Specifies the power level at which the device triggers. This value is expressed in dB when you set the IQPowerEdgeTriggerLevelType method to Relative and in dBm when you set the IQ Power Edge Level Type method 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 TriggerType method to IQPowerEdge. |
| IQPowerEdgeTriggerLevelType | 12587007 | Specifies the reference for the IQPowerEdgeTriggerLevel method. The IQ Power Edge Level Type method is used only when you set the TriggerType method to IQPowerEdge. |
| IQPowerEdgeTriggerSlope | 12582921 | Specifies 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 level that you specify in the IQPowerEdgeTriggerLevel method with the slope you specify. This method is used only when you set the TriggerType method to IQPowerEdge. |
| TriggerDelay | 12582922 | Specifies the trigger delay time. This value is expressed in seconds.If the delay is negative, the measurement acquires pretrigger samples. If the delay is positive, the measurement acquires post-trigger samples. |
| TriggerMinimumQuietTimeMode | 12582923 | Specifies whether the measurement computes the minimum quiet time used for triggering. |
| TriggerMinimumQuietTimeDuration | 12582924 | Specifies 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 IQPowerEdgeTriggerSlope 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. |
| MeasurementBandwidth | 12582935 | Specifies the bandwidth of the filter used for the required sample rate. This value is expressed in Hz. |
| MeasurementFilterType | 12582936 | Specifies the demodulation filter type to be used in the measurements. |
| AcquisitionLength | 12582929 | Specifies the acquisition length for the pulse measurement. This value is expressed in seconds.You configure this method when you set the SegmentedAcquisitionEnabled method to False. |
| MaximumPulseCountEnabled | 12582930 | Specifies whether to enable the maximum pulse count for pulse measurements.You must configure this method when you set the SegmentedAcquisitionEnabled method to False. |
| MaximumPulseCount | 12582931 | Specifies the maximum number of pulses to be measured when you set the MaximumPulseCountEnabled method to True. |
| SegmentedAcquisitionEnabled | 12582932 | Specifies whether to enable Segmented Acquisition. This mode is best applied when the pulses are sparsely spaced. |
| NumberOfSegments | 12582933 | Specifies the number of segments to acquire when you set the SegmentedAcquisitionEnabled method to True. |
| SegmentAcquisitionLength | 12582934 | Specifies the acquisition length for the pulse measurement when you set the SegmentedAcquisitionEnabled method to True. This value is expressed in seconds. |
| PulseMeasurementEnabled | 12587008 | Specifies whether pulse measurements are enabled.. |
| PulseMultiburstEnabled | 12587230 | Specifies whether to enable pulse measurements on the multiple burst transmission. |
| PulseMultiburstLength | 12587231 | Specifies the number of pulses assigned to a single burst. |
| PulseDetectionReference | 12587010 | Specifies the reference used for SetDetectionThreshold(string, double) method. |
| PulseDetectionThreshold | 12587011 | Specifies the threshold used for pulse detection. The unit dB or dBm is based on the value you set to the SetDetectionReference(string, RFmxPulseMXPulseDetectionReference) method. |
| PulseDetectionHysteresis | 12587012 | Specifies the hysteresis for pulse detection in dB for the defined threshold. |
| PulseDetectionMinimumOffDuration | 12587013 | Specifies the minimum pulse off duration to be ignored by the pulse detection. This value is expressed in seconds. |
| PulseDetectionMinimumWidth | 12587014 | Specifies the minimum pulse width time to be considered for pulse detection. Any detected pulse width time below the specified value will be ignored by the pulse detection. This value is expressed in seconds. |
| PulseDetectionMaximumWidth | 12587015 | Specifies the maximum pulse width time to be considered for pulse detection. Any detected pulse width time above the specified value will be ignored by the pulse detection. This value is expressed in seconds. |
| PulseMetricsEnabled | 12587162 | Specifies whether to enable pulse metrics results computation. |
| PulseMetricsAmplitudeDeviationUnit | 12587229 | Specifies the unit for amplitude deviation results. This method is applicable only for droop, ripple and overshoot results. |
| PulseLevelComputationMethod | 12587016 | Specifies the algorithm used to detect the pulse levels. The algorithm is based on the histogram method of level detection as defined in IEEE Std 181-2011. |
| PulseAmplitudeLevelDomain | 12587017 | Specifies whether voltage or power to be used as domain for pulse measurements. |
| PulseUpperThresholdLevel | 12587018 | Specifies the upper threshold level as a percentage of the pulse amplitude used to signify the end of a rising edge or beginning of a falling edge. |
| PulseWidthThresholdLevel | 12587019 | Specifies the middle threshold level as a percentage of the pulse amplitude used to signify the mid-transition level between pulse states used for pulse width computation. |
| PulseLowerThresholdLevel | 12587020 | Specifies the lower threshold level as a percentage of the pulse amplitude used to signify the start of a rising or end of a falling edge. |
| PulseDroopCompensationEnabled | 12587021 | Specifies whether to compensate the droop detected in pulse level when applying thresholds. |
| PulseMeasurementPointReference | 12587146 | Specifies the reference used for the measurement point calculation, in phase, frequency, and stability measurements. You can set measurement point based on a reference and offset. |
| PulseMeasurementPointOffset | 12587147 | Specifies the time offset of the measurement point within the pulse for phase, frequency, and stability measurements. |
| PulseMeasurementPointAveragingDuration | 12587148 | Specifies the length of the averaging window centered at the measurement point. A minimum of 1 sample is used internally. |
| PulseMultipleMeasurementPointsEnabled | 12587235 | Specifies whether to enable pulse stability measurements on multiple measurement points. This method is used to enable the multiple measurement points stability trace when you set the All Traces Enabled method to TRUE. |
| PulseMultipleMeasurementPointsWindowStart | 12587236 | Specifies the start of the measurement window used for multiple measurement points selection over pulse ON duration. |
| PulseMultipleMeasurementPointsWindowStop | 12587237 | Specifies the stop of the measurement window used for multiple measurement points selection over pulse ON duration. |
| PulseMultipleMeasurementPointsWindowStepSize | 12587238 | Specifies the step size of multiple measurement points selection within the measurement window over pulse ON duration. A minimum of 1 sample step size is used internally. |
| PulseFrequencyAndPhaseDeviationRangeReference | 12587149 | Specifies the reference used for the measurement range in phase/frequency deviation and error measurements. |
| PulseFrequencyAndPhaseDeviationRangeLength | 12587150 | Specifies the length of the pulse data used for the phase/frequency deviation and error measurements when you set the SetFrequencyAndPhaseDeviationRangeReference(string, RFmxPulseMXPulseFrequencyAndPhaseDeviationRangeReference) method to Center. |
| PulseFrequencyAndPhaseDeviationRangeEdgeStart | 12587151 | Specifies the start of the pulse data used for the phase/frequency deviation and error measurements when you set the SetFrequencyAndPhaseDeviationRangeReference(string, RFmxPulseMXPulseFrequencyAndPhaseDeviationRangeReference) method to Edge. |
| PulseFrequencyAndPhaseDeviationRangeEdgeStop | 12587152 | Specifies the stop of the pulse data used for the phase/frequency deviation and error measurements when you set the SetFrequencyAndPhaseDeviationRangeReference(string, RFmxPulseMXPulseFrequencyAndPhaseDeviationRangeReference) method to Edge. |
| PulseFrequencyAndPhaseModulationType | 12587163 | Specifies the pulse modulation type used for the phase and frequency error, and pulsed FM Measurement. |
| PulseFrequencyAndPhaseCWFrequencyOffsetAuto | 12587164 | Specifies whether the CW frequency offset computation of every detected pulse is automatic or manual. This method is valid only when you set the SetFrequencyAndPhaseModulationType(string, RFmxPulseMXPulseModulationType) method to CW. |
| PulseFrequencyAndPhaseCWFrequencyOffset | 12587165 | Specifies to manually enter the CW frequency offset. This method is valid only when you set the SetFrequencyAndPhaseModulationType(string, RFmxPulseMXPulseModulationType) method to CW. |
| PulseStabilityEnabled | 12587161 | Specifies whether to enable pulse stability results computation. |
| PulseStabilityMeasurementOffset | 12587154 | Specifies the offset in number of pulses to be used for pulse stability measurement. This method is applicable for average stability results and pulse-to-pulse stabilty trace. |
| PulseStabilityReferenceOffset | 12587155 | Specifies the offset in number of pulses used for pulse stability reference computation. |
| PulseStabilityPulseToPulseOffset | 12587156 | Specifies the offset in number of pulses used for pulse-to-pulse stability measurement trace. |
| PulseStabilityFrequencyErrorCompensation | 12587145 | Specifies whether to compute and correct the frequency offset for stability results computation. This is an optional setting and in negligible frequency error condition you must set this method to Off to avoid incorrect results. |
| PulseTimeSidelobeEnabled | 12587239 | Specifies whether to enable pulse time sidelobe results computation. |
| PulseTimeSidelobeReferenceWindowType | 12587240 | Specifies the window type to be applied to the reference pulse to obtain correlated output for the time sidelobe measurements. |
| PulseTimeSidelobeKeepOutTimeAuto | 12587241 | Specifies whether the keep out time computation for the time sidelobe measurements is automatic or manual. |
| PulseTimeSidelobeKeepOutTime | 12587242 | Specifies keep out time for the time sidelobe measurements. |
| PulseTimeSidelobeMinimumCorrelation | 12587243 | Specifies the minimum peak correlation value for the time sidelobe measurements. |
| PulseAllTracesEnabled | 12587022 | Specifies whether to enable storing and retrieving traces after performing the measurements. |
| PulseAcquisitionTraceSelect | 12587278 | Specifies the mode to select all pulses or the subset of acquired pulses available for display acquisition trace, limited to MaximumPulseCountEnabled method if set to True. |
| PulseAcquisitionTraceSubsetOffset | 12587279 | Specifies the offset in number of pulses to be used for display acquisition trace. You must configure this method when you set the PulseAcquisitionTraceSelect method to Subset. |
| PulseAcquisitionTraceSubsetLength | 12587280 | Specifies the total number of pulses starting from offset to be used for display acquisition trace. You must configure this method when you set the PulseAcquisitionTraceSelect method to Subset. Set length to 0 to disable the acquisition trace. |
| PulseTraceRangeAuto | 12587272 | Specifies whether the trace range computation of the selected pulse is automatic or manually configured by you. |
| PulseTraceRangeReference | 12587273 | Specifies the reference point for positioning of trace range. You can set reference point based on reference and Pulse Trace Range Offset (s) value. |
| PulseTraceRangeOffset | 12587274 | Specifies the time offset in seconds from the reference point to position the trace range. |
| PulseTraceRangeLength | 12587275 | Specifies the length in seconds of the trace range centered at the reference point. |
| PulseSelectedBurstTrace | 12587232 | Specifies the burst number selected for the display of traces. This method is applicable for IQ, amplitude and pulse stability traces. |
| PulseSelectedPulseTrace | 12587153 | Specifies the pulse number selected for displaying the traces. This method is valid only for IQ, amplitude and pulse stability traces. |
| PulseAmplitudeTraceUnit | 12587228 | Specifies the unit of the amplitude level. This method is applicable only for the amplitude and acquired amplitude trace. |
| PulseNumberOfAnalysisThreads | 12587144 | Specifies the maximum number of threads used for parallelism for the pulse measurement. |
| PulseResultsPulseCount | 12587023 | Returns the measured pulse count. |
| PulseResultsBurstIndex | 12587233 | Returns the burst indices of all the measured pulses. |
| PulseResultsPulsePositionIndex | 12587234 | Returns the position indices of all the measured pulses within a burst. |
| PulseResultsTopLevel | 12587024 | Returns the top levels for all measured pulses. The values are expressed in dBm. |
| PulseResultsTopLevelMean | 12587025 | Returns the mean of the top levels across the measured pulses. This value is expressed in dBm. |
| PulseResultsTopLevelMaximum | 12587026 | Returns the maximum top level across the measured pulses. This value is expressed in dBm. |
| PulseResultsTopLevelMinimum | 12587027 | Returns the minimum top level across the measured pulses. This value is expressed in dBm. |
| PulseResultsTopLevelStandardDeviation | 12587028 | Returns the standard deviation of the top levels across the measured pulses. This value is expressed in dBm. |
| PulseResultsBaseLevel | 12587029 | Returns the base levels for all measured pulses. The values are expressed in dBm. |
| PulseResultsBaseLevelMean | 12587030 | Returns the mean of the base levels across the measured pulses. This value is expressed in dBm. |
| PulseResultsBaseLevelMaximum | 12587031 | Returns the maximum base level across the measured pulses. This value is expressed in dBm. |
| PulseResultsBaseLevelMinimum | 12587032 | Returns the minimum base level across the measured pulses. This value is expressed in dBm. |
| PulseResultsBaseLevelStandardDeviation | 12587033 | Returns the standard deviation of the base levels across the measured pulses. This value is expressed in dBm. |
| PulseResultsAverageOnLevel | 12587034 | Returns the average power levels during the ON duration for all measured pulses. The values are expressed in dBm. |
| PulseResultsAverageOnLevelMean | 12587035 | Returns the mean of the average power levels during the ON duration across the measured pulses. This value is expressed in dBm. |
| PulseResultsAverageOnLevelMaximum | 12587036 | Returns the maximum average power level during the ON duration across the measured pulses. This value is expressed in dBm. |
| PulseResultsAverageOnLevelMinimum | 12587037 | Returns the minimum average power level during the ON duration across the measured pulses. This value is expressed in dBm. |
| PulseResultsAverageOnLevelStandardDeviation | 12587038 | Returns the standard deviation of the average power levels during the ON duration across the measured pulses. This value is expressed in dBm. |
| PulseResultsPeakLevel | 12587039 | Returns the peak power levels during the pulse period for all measured pulses. The values are expressed in dBm. |
| PulseResultsPeakLevelMean | 12587040 | Returns the mean of the peak power levels during the pulse period across the measured pulses. This value is expressed in dBm. |
| PulseResultsPeakLevelMaximum | 12587041 | Returns the maximum peak power level during the pulse period across the measured pulses. This value is expressed in dBm. |
| PulseResultsPeakLevelMinimum | 12587042 | Returns the minimum peak power level during the pulse period across the measured pulses. This value is expressed in dBm. |
| PulseResultsPeakLevelStandardDeviation | 12587043 | Returns the standard deviation of the peak power levels during the pulse period across the measured pulses. This value is expressed in dBm. |
| PulseResultsAverageLevel | 12587044 | Returns the average power levels during the pulse period for all measured pulses. The values are expressed in dBm. |
| PulseResultsAverageLevelMean | 12587045 | Returns the mean of the average power levels during the pulse period across the measured pulses. This value is expressed in dBm. |
| PulseResultsAverageLevelMaximum | 12587046 | Returns the maximum average power level during the pulse period across the measured pulses. This value is expressed in dBm. |
| PulseResultsAverageLevelMinimum | 12587047 | Returns the minimum average power level during the pulse period across the measured pulses. This value is expressed in dBm. |
| PulseResultsAverageLevelStandardDeviation | 12587048 | Returns the standard deviation of the average power levels during the pulse period across the measured pulses. This value is expressed in dBm. |
| PulseResultsOvershoot | 12587049 | Returns the overshoot values computed for all measured pulses. The overshoot value is defined as the ratio of height of the local peak after a rising edge to the pulse amplitude. This value is expressed in units specified by SetMetricsAmplitudeDeviationUnit(string, RFmxPulseMXPulseMetricsAmplitudeDeviationUnit) method. |
| PulseResultsOvershootMean | 12587050 | Returns the mean of the overshoot values computed for all measured pulses. This value is expressed in units specified by SetMetricsAmplitudeDeviationUnit(string, RFmxPulseMXPulseMetricsAmplitudeDeviationUnit) method. |
| PulseResultsOvershootMaximum | 12587051 | Returns the maximum of overshoot values computed for all measured pulses. This value is expressed in units specified by SetMetricsAmplitudeDeviationUnit(string, RFmxPulseMXPulseMetricsAmplitudeDeviationUnit) method. |
| PulseResultsOvershootMinimum | 12587052 | Returns the minimum of overshoot values computed for all measured pulses. This value is expressed in units specified by SetMetricsAmplitudeDeviationUnit(string, RFmxPulseMXPulseMetricsAmplitudeDeviationUnit) method. |
| PulseResultsOvershootStandardDeviation | 12587053 | Returns the standard deviation of the overshoot values computed for all measured pulses. This value is expressed in units specified by SetMetricsAmplitudeDeviationUnit(string, RFmxPulseMXPulseMetricsAmplitudeDeviationUnit) method. |
| PulseResultsDroop | 12587054 | Returns the droop values computed for all measured pulses. Droop values are defined as the rate at which the pulse top levels decays from the beginning to the end during On duration. This value is expressed in units specified by SetMetricsAmplitudeDeviationUnit(string, RFmxPulseMXPulseMetricsAmplitudeDeviationUnit) method. |
| PulseResultsDroopMean | 12587055 | Returns the mean of the droop values computed for all measured pulses. This value is expressed in units specified by SetMetricsAmplitudeDeviationUnit(string, RFmxPulseMXPulseMetricsAmplitudeDeviationUnit) method. |
| PulseResultsDroopMaximum | 12587056 | Returns the maximum of droop values computed for all measured pulses. This value is expressed in units specified by SetMetricsAmplitudeDeviationUnit(string, RFmxPulseMXPulseMetricsAmplitudeDeviationUnit) method. |
| PulseResultsDroopMinimum | 12587057 | Returns the minimum of droop values computed for all measured pulses. This value is expressed in units specified by SetMetricsAmplitudeDeviationUnit(string, RFmxPulseMXPulseMetricsAmplitudeDeviationUnit) method. |
| PulseResultsDroopStandardDeviation | 12587058 | Returns the standard deviation of the droop values computed for all measured pulses. This value is expressed in units specified by SetMetricsAmplitudeDeviationUnit(string, RFmxPulseMXPulseMetricsAmplitudeDeviationUnit) method. |
| PulseResultsRipple | 12587059 | Returns the ripple values computed for all measured pulses. Ripple values are the difference between the maximum and minimum deviation from the pulse top reference. This value is expressed in units specified by SetMetricsAmplitudeDeviationUnit(string, RFmxPulseMXPulseMetricsAmplitudeDeviationUnit) method. |
| PulseResultsRippleMean | 12587060 | Returns the mean of the ripple values computed for all measured pulses. This value is expressed in units specified by SetMetricsAmplitudeDeviationUnit(string, RFmxPulseMXPulseMetricsAmplitudeDeviationUnit) method. |
| PulseResultsRippleMaximum | 12587061 | Returns the maximum of ripple values computed for all measured pulses. This value is expressed in units specified by SetMetricsAmplitudeDeviationUnit(string, RFmxPulseMXPulseMetricsAmplitudeDeviationUnit) method. |
| PulseResultsRippleMinimum | 12587062 | Returns the minimum of ripple values computed for all measured pulses. This value is expressed in units specified by SetMetricsAmplitudeDeviationUnit(string, RFmxPulseMXPulseMetricsAmplitudeDeviationUnit) method. |
| PulseResultsRippleStandardDeviation | 12587063 | Returns the standard deviation of the ripple values computed for all measured pulses. This value is expressed in units specified by SetMetricsAmplitudeDeviationUnit(string, RFmxPulseMXPulseMetricsAmplitudeDeviationUnit) method. |
| PulseResultsRiseTime | 12587064 | Returns the rise time for all measured pulses. Rise time is the difference between the time when the pulse exceeds the lower and upper thresholds. This value is expressed in seconds. |
| PulseResultsRiseTimeMean | 12587065 | Returns the mean of the rise time values across the measured pulses. This value is expressed in seconds. |
| PulseResultsRiseTimeMaximum | 12587066 | Returns the maximum rise time across the measured pulses. This value is expressed in seconds. |
| PulseResultsRiseTimeMinimum | 12587067 | Returns the minimum rise time across the measured pulses. This value is expressed in seconds. |
| PulseResultsRiseTimeStandardDeviation | 12587068 | Returns the standard deviation of the rise time values across the measured pulses. This value is expressed in seconds. |
| PulseResultsRiseEdge | 12587276 | Returns the rise edge for all measured pulses. Rise edge is the absolute time instant when the pulse exceeds the rising edge lower threshold. This value is expressed in seconds. |
| PulseResultsFallTime | 12587069 | Returns the fall time for all measured pulses. Fall time is the difference between the time when the pulse drops below the upper and lower thresholds. This value is expressed in seconds. |
| PulseResultsFallTimeMean | 12587070 | Returns the mean of the fall time values across the measured pulses. This value is expressed in seconds. |
| PulseResultsFallTimeMaximum | 12587071 | Returns the maximum fall time across the measured pulses. This value is expressed in seconds. |
| PulseResultsFallTimeMinimum | 12587072 | Returns the minimum fall time across the measured pulses. This value is expressed in seconds. |
| PulseResultsFallTimeStandardDeviation | 12587073 | Returns the standard deviation of the fall time values across the measured pulses. This value is expressed in seconds. |
| PulseResultsFallEdge | 12587277 | Returns the fall edge for all measured pulses. Fall edge is the absolute time instant when the pulse exceeds the falling edge width threshold. This value is expressed in seconds. |
| PulseResultsPulseWidth | 12587074 | Returns the ON duration for all measured pulses. ON duration value is the duration of the pulse for the first rising-edge and the subsequent falling-edge transition at width threshold. This value is expressed in seconds. |
| PulseResultsPulseWidthMean | 12587075 | Returns the mean of the ON duration values across the measured pulses. This value is expressed in seconds. |
| PulseResultsPulseWidthMaximum | 12587076 | Returns the maximum ON duration across the measured pulses. This value is expressed in seconds. |
| PulseResultsPulseWidthMinimum | 12587077 | Returns the minimum ON duration across the measured pulses. This value is expressed in seconds. |
| PulseResultsPulseWidthStandardDeviation | 12587078 | Returns the standard deviation of ON duration values across the measured pulses. This value is expressed in seconds. |
| PulseResultsPulseOffDuration | 12587079 | Returns the OFF duration values for all measured pulses. OFF duration value is the duration of the pulse for the first falling-edge and the subsequent rising-edge transition at width threshold. This value is expressed in seconds. |
| PulseResultsPulseOffDurationMean | 12587080 | Returns the mean of the OFF duration values across the measured pulses. This value is expressed in seconds. |
| PulseResultsPulseOffDurationMaximum | 12587081 | Returns the maximum OFF duration across the measured pulses. This value is expressed in seconds. |
| PulseResultsPulseOffDurationMinimum | 12587082 | Returns the minimum OFF duration across the measured pulses. This value is expressed in seconds. |
| PulseResultsPulseOffDurationStandardDeviation | 12587083 | Returns the standard deviation of OFF duration values across the measured pulses. This value is expressed in seconds. |
| PulseResultsDutyCycle | 12587084 | Returns the duty cycle values for all measured pulses. Duty cycle is the ratio of pulse ON duration to the pulse period. This value is expressed as a percentage. |
| PulseResultsDutyCycleMean | 12587085 | Returns the mean of duty cycle values across the measured pulses. This value is expressed as a percentage. |
| PulseResultsDutyCycleMaximum | 12587086 | Returns the maximum duty cycle across the measured pulses. This value is expressed as a percentage. |
| PulseResultsDutyCycleMinimum | 12587087 | Returns the minimum duty cycle across the measured pulses. This value is expressed as a percentage. |
| PulseResultsDutyCycleStandardDeviation | 12587088 | Returns the standard deviation of duty cycle values across the measured pulses. This value is expressed as a percentage. |
| PulseResultsPulseRepetitionInterval | 12587089 | Returns the pulse period values for all measured pulses. Period values are the time difference between two consecutive transitions of the same polarity, either positive or negative, where the transitions occur at crossings of the width threshold.This value is expressed in seconds. |
| PulseResultsPulseRepetitionIntervalMean | 12587090 | Returns the mean of pulse period values across the measured pulses. This value is expressed in seconds. |
| PulseResultsPulseRepetitionIntervalMaximum | 12587091 | Returns the maximum pulse period across the measured pulses. This value is expressed in seconds. |
| PulseResultsPulseRepetitionIntervalMinimum | 12587092 | Returns the minimum pulse period across the measured pulses. This value is expressed in seconds. |
| PulseResultsPulseRepetitionIntervalStandardDeviation | 12587093 | Returns the standard deviation of pulse period values across the measured pulses. This value is expressed in seconds. |
| PulseResultsAveragePhase | 12587099 | Returns the average phase for all measured pulses. This value is expressed in degrees. |
| PulseResultsAveragePhaseMean | 12587100 | Returns the mean of the average phase across the measured pulses. This value is expressed in degrees. |
| PulseResultsAveragePhaseMaximum | 12587101 | Returns the maximum average phase across the measured pulses. This value is expressed in degrees. |
| PulseResultsAveragePhaseMinimum | 12587102 | Returns the minimum average phase across the measured pulses. This value is expressed in degrees. |
| PulseResultsAveragePhaseStandardDeviation | 12587103 | Returns the standard deviation of the average phase across the measured pulses. This value is expressed in degrees. |
| PulseResultsPulseToPulsePhaseDifference | 12587160 | Returns the phase difference of the pulses with respect to the phase of the first pulse. This value is expressed in degrees. |
| PulseResultsPulseToPulsePhaseDifferenceMean | 12587105 | Returns the mean of the pulse-to-pulse phase difference across the measured pulses. This value is expressed in degrees. |
| PulseResultsPulseToPulsePhaseDifferenceMaximum | 12587106 | Returns the maximum pulse-to-pulse phase difference across the measured pulses. This value is expressed in degrees. |
| PulseResultsPulseToPulsePhaseDifferenceMinimum | 12587107 | Returns the minimum pulse-to-pulse phase difference across the measured pulses. This value is expressed in degrees. |
| PulseResultsPulseToPulsePhaseDifferenceStandardDeviation | 12587108 | Returns the standard deviation of the pulse-to-pulse phase difference across the measured pulses. This value is expressed in degrees. |
| PulseResultsPhaseDeviation | 12587109 | Returns the peak-to-peak phase deviation for all measured pulses. This value is expressed in degrees. |
| PulseResultsPhaseDeviationMean | 12587110 | Returns the mean of the peak-to-peak phase deviation across the measured pulses. This value is expressed in degrees. |
| PulseResultsPhaseDeviationMaximum | 12587111 | Returns the maximum peak-to-peak phase deviation across the measured pulses. This value is expressed in degrees. |
| PulseResultsPhaseDeviationMinimum | 12587112 | Returns the minimum peak-to-peak phase deviation across the measured pulses. This value is expressed in degrees. |
| PulseResultsPhaseDeviationStandardDeviation | 12587113 | Returns the standard deviation of the peak-to-peak phase deviation across the measured pulses. This value is expressed in degrees. |
| PulseResultsPhaseErrorRms | 12587166 | Returns the RMS phase error for all measured pulses. This value is expressed in degrees. |
| PulseResultsPhaseErrorRmsMean | 12587167 | Returns the mean of the RMS phase error across the measured pulses. This value is expressed in degrees. |
| PulseResultsPhaseErrorRmsMaximum | 12587168 | Returns the maximum RMS phase error across the measured pulses. This value is expressed in degrees. |
| PulseResultsPhaseErrorRmsMinimum | 12587169 | Returns the minimum RMS phase error across the measured pulses. This value is expressed in degrees. |
| PulseResultsPhaseErrorRmsStandardDeviation | 12587170 | Returns the standard deviation of the RMS phase errors across the measured pulses. This value is expressed in degrees. |
| PulseResultsPhaseErrorPeak | 12587171 | Returns the peak phase error for all measured pulses. This value is expressed in degrees. |
| PulseResultsPhaseErrorPeakMean | 12587172 | Returns the mean of the peak phase error across the measured pulses. This value is expressed in degrees. |
| PulseResultsPhaseErrorPeakMaximum | 12587173 | Returns the maximum peak phase error across the measured pulses. This value is expressed in degrees. |
| PulseResultsPhaseErrorPeakMinimum | 12587174 | Returns the minimum peak phase error across the measured pulses. This value is expressed in degrees. |
| PulseResultsPhaseErrorPeakStandardDeviation | 12587175 | Returns the standard deviation of the peak phase error across the measured pulses. This value is expressed in degrees. |
| PulseResultsPhaseErrorPeakLocation | 12587176 | Returns the time locations corresponding to the peak phase error for all measured pulses. This value is expressed in seconds. |
| PulseResultsAverageFrequency | 12587114 | Returns the average frequencie for all measured pulses. This value is expressed in Hz. |
| PulseResultsAverageFrequencyMean | 12587115 | Returns the mean of the average frequency across the measured pulses. This value is expressed in Hz. |
| PulseResultsAverageFrequencyMaximum | 12587116 | Returns the maximum average frequency across the measured pulses. This value is expressed in Hz. |
| PulseResultsAverageFrequencyMinimum | 12587117 | Returns the minimum average frequency across the measured pulses. This value is expressed in Hz. |
| PulseResultsAverageFrequencyStandardDeviation | 12587118 | Returns the standard deviation of the average frequency across the measured pulses. This value is expressed in Hz. |
| PulseResultsPulseToPulseFrequencyDifference | 12587119 | Returns the frequency difference of the pulses with respect to the frequency of the first pulse. This value is expressed in Hz. |
| PulseResultsPulseToPulseFrequencyDifferenceMean | 12587120 | Returns the mean of the pulse-to-pulse frequency difference across the measured pulses. This value is expressed in Hz. |
| PulseResultsPulseToPulseFrequencyDifferenceMaximum | 12587121 | Returns the maximum pulse-to-pulse frequency difference across the measured pulses. This value is expressed in Hz. |
| PulseResultsPulseToPulseFrequencyDifferenceMinimum | 12587122 | Returns the minimum pulse-to-pulse frequency difference across the measured pulses. This value is expressed in Hz. |
| PulseResultsPulseToPulseFrequencyDifferenceStandardDeviation | 12587123 | Returns the standard deviation of the pulse-to-pulse frequency difference across the measured pulses. This value is expressed in Hz. |
| PulseResultsFrequencyDeviation | 12587124 | Returns the peak-to-peak frequency deviation for all measured pulses. This value is expressed in Hz. |
| PulseResultsFrequencyDeviationMean | 12587125 | Returns the mean of the peak-to-peak phase deviation across the measured pulses. This value is expressed in Hz. |
| PulseResultsFrequencyDeviationMaximum | 12587126 | Returns the maximum peak-to-peak phase deviation across the measured pulses. This value is expressed in Hz. |
| PulseResultsFrequencyDeviationMinimum | 12587127 | Returns the minimum peak-to-peak frequency deviation across the measured pulses. This value is expressed in Hz. |
| PulseResultsFrequencyDeviationStandardDeviation | 12587128 | Returns the standard deviation of the peak-to-peak frequency deviation across the measured pulses. This value is expressed in Hz. |
| PulseResultsFrequencyErrorRms | 12587177 | Returns the RMS frequency error for all measured pulses. This value is expressed in Hz. |
| PulseResultsFrequencyErrorRmsMean | 12587178 | Returns the mean of the RMS frequency error across the measured pulses. This value is expressed in Hz. |
| PulseResultsFrequencyErrorRmsMaximum | 12587179 | Returns the maximum RMS frequency error across the measured pulses. This value is expressed in Hz. |
| PulseResultsFrequencyErrorRmsMinimum | 12587180 | Returns the minimum RMS frequency error across the measured pulses. This value is expressed in Hz. |
| PulseResultsFrequencyErrorRmsStandardDeviation | 12587181 | Returns the standard deviation of the RMS frequency error across the measured pulses. This value is expressed in Hz. |
| PulseResultsFrequencyErrorPeak | 12587182 | Returns the peak frequency error for all measured pulses. This value is expressed in Hz. |
| PulseResultsFrequencyErrorPeakMean | 12587183 | Returns the mean of the peak frequency error across the measured pulses. This value is expressed in Hz. |
| PulseResultsFrequencyErrorPeakMaximum | 12587184 | Returns the maximum peak frequency error across the measured pulses. This value is expressed in Hz. |
| PulseResultsFrequencyErrorPeakMinimum | 12587185 | Returns the minimum peak frequency error across the measured pulses. This value is expressed in Hz. |
| PulseResultsFrequencyErrorPeakStandardDeviation | 12587186 | Returns the standard deviation of the peak frequency error across the measured pulses. This value is expressed in Hz. |
| PulseResultsFrequencyErrorPeakLocation | 12587187 | Returns the time locations corresponding to the peak frequency error of the measured pulses. This value is expressed in seconds. |
| PulseResultsFMChirpRate | 12587188 | Returns the frequency slope rate of a best-fit linear least square regression line measured over user specified sample analysis time interval as determined by Pulse Freq Phase Dev Range Length (%) method for each pulse. This value is expressed in Hz/us.This result is valid for linear FM and triangular FM modulation. |
| PulseResultsFMChirpRateMean | 12587189 | Returns the mean of the FM chirp rates across the measured pulses. This value is expressed in Hz/us.This result is valid for linear FM and triangular FM modulation. |
| PulseResultsFMChirpRateMaximum | 12587190 | Returns the maximum FM chirp rate across the measured pulses. This value is expressed in Hz/us.This result is valid for linear FM and triangular FM modulation. |
| PulseResultsFMChirpRateMinimum | 12587191 | Returns the minimum FM chirp rate across the measured pulses. This value is expressed in Hz/us.This result is valid for linear FM and triangular FM modulation. |
| PulseResultsFMChirpRateStandardDeviation | 12587192 | Returns the standard deviation of the FM chirp rates across the measured pulses. This value is expressed in Hz/us.This result is valid for linear FM and triangular FM modulation. |
| PulseResultsFMChirpStartFrequency | 12587193 | Returns the start frequencies of the best-fit linear least square regression line measured over user specified sample analysis time interval as determined by Pulse Freq Phase Dev Range Length (%) method for the measured pulses. This value is expressed in Hz. This result is valid for linear FM and triangular FM modulation. |
| PulseResultsFMChirpStartFrequencyMean | 12587194 | Returns the mean of the FM chirp start frequency across the measured pulses. This value is expressed in Hz. This result is valid for linear FM and triangular FM modulation. |
| PulseResultsFMChirpStartFrequencyMaximum | 12587195 | Returns the maximum FM chirp start frequency among the measured pulses. This value is expressed in Hz. This result is valid for linear FM and triangular FM modulation. |
| PulseResultsFMChirpStartFrequencyMinimum | 12587196 | Returns the minimum FM chirp start frequency among the measured pulses. This value is expressed in Hz. This result is valid for linear FM and triangular FM modulation. |
| PulseResultsFMChirpStartFrequencyStandardDeviation | 12587197 | Returns the FM chirp start frequency standard deviation across the measured pulses. This value is expressed in Hz. This result is valid for linear FM and triangular FM modulation. |
| PulseResultsFMChirpStopFrequency | 12587198 | Returns the stop frequencies of the best-fit linear least square regression line measured over user specified sample analysis time interval as determined by Pulse Freq Phase Dev Range Length (%) method for the measured pulses. This value is expressed in Hz. This result is valid for linear FM and triangular FM modulation. |
| PulseResultsFMChirpStopFrequencyMean | 12587199 | Returns the mean of the FM chirp stop frequency across the measured pulses. This value is expressed in Hz. This result is valid for linear FM and triangular FM modulation. |
| PulseResultsFMChirpStopFrequencyMaximum | 12587200 | Returns the maximum FM chirp stop frequency among the measured pulses. This value is expressed in Hz. This result is valid for linear FM and triangular FM modulation. |
| PulseResultsFMChirpStopFrequencyMinimum | 12587201 | Returns the minimum FM chirp stop frequency among the measured pulses. This value is expressed in Hz. This result is valid for linear FM and triangular FM modulation. |
| PulseResultsFMChirpStopFrequencyStandardDeviation | 12587202 | Returns the FM chirp stop frequency standard deviation across the measured pulses. This value is expressed in Hz. This result is valid for linear FM and triangular FM modulation. |
| PulseResultsFMChirpRate2 | 12587213 | Returns the frequency slope rate of the 2nd best-fit linear least square regression line measured over user specified sample analysis time interval as determined by Pulse Freq Phase Dev Range Length (%) method for the measured pulses. This value is expressed in Hz/us.This result is valid only for triangular FM modulation. |
| PulseResultsFMChirpRate2Mean | 12587214 | Returns the mean of the FM chirp rate2 values across the measured pulses. This value is expressed in Hz/us.This result is valid only for triangular FM modulation. |
| PulseResultsFMChirpRate2Maximum | 12587215 | Returns the maximum FM chirp rate2 value across the measured pulses. This value is expressed in Hz/us.This result is valid only for triangular FM modulation. |
| PulseResultsFMChirpRate2Minimum | 12587216 | Returns the minimum FM chirp rate2 value across the measured pulses. This value is expressed in Hz/us.This result is valid only for triangular FM modulation. |
| PulseResultsFMChirpRate2StandardDeviation | 12587217 | Returns the standard deviation of the FM chirp rate2 values across the measured pulses. This value is expressed in Hz/us.This result is valid only for triangular FM modulation. |
| PulseResultsFMChirpStartFrequency2 | 12587218 | Returns the start frequency of the 2nd best-fit linear least square regression line measured over user specified sample analysis time interval as determined by Pulse Freq Phase Dev Range Length (%) method for the measured pulses. This value is expressed in Hz. This result is valid only for triangular FM modulation. |
| PulseResultsFMChirpStartFrequency2Mean | 12587219 | Returns the mean of the FM chirp start frequency2 across the measured pulses. This value is expressed in Hz. This result is valid only for triangular FM modulation. |
| PulseResultsFMChirpStartFrequency2Maximum | 12587220 | Returns the maximum FM chirp start frequency2 among the measured pulses. This value is expressed in Hz. This result is valid only for triangular FM modulation. |
| PulseResultsFMChirpStartFrequency2Minimum | 12587221 | Returns the minimum FM chirp start frequency2 among the measured pulses. This value is expressed in Hz. This result is valid only for triangular FM modulation. |
| PulseResultsFMChirpStartFrequency2StandardDeviation | 12587222 | Returns the FM chirp start frequency2 standard deviation across the measured pulses. This value is expressed in Hz. This result is valid only for triangular FM modulation. |
| PulseResultsFMChirpStopFrequency2 | 12587223 | Returns the stop frequency of the 2nd best-fit linear least square regression line measured over user specified sample analysis time interval as determined by Pulse Freq Phase Dev Range Length (%) method for the measured pulses. This value is expressed in Hz. This result is valid only for triangular FM modulation. |
| PulseResultsFMChirpStopFrequency2Mean | 12587224 | Returns the mean of the FM chirp stop frequency2 across the measured pulses. This value is expressed in Hz. This result is valid only for triangular FM modulation. |
| PulseResultsFMChirpStopFrequency2Maximum | 12587225 | Returns the maximum FM chirp stop frequency2 among the measured pulses. This value is expressed in Hz. This result is valid only for triangular FM modulation. |
| PulseResultsFMChirpStopFrequency2Minimum | 12587226 | Returns the minimum FM chirp stop frequency2 among the measured pulses. This value is expressed in Hz. This result is valid only for triangular FM modulation. |
| PulseResultsFMChirpStopFrequency2StandardDeviation | 12587227 | Returns the FM chirp stop frequency2 standard deviation across the measured pulses. This value is expressed in Hz. This result is valid only for triangular FM modulation. |
| PulseResultsAverageAmplitudeStability | 12587157 | Returns the average amplitude stability over the measured pulses. This value is expressed in dB.The stability is computed as the variance of the amplitude over the measured pulses. |
| PulseResultsAveragePhaseStability | 12587158 | Returns the average phase stability over the measured pulses. This value is expressed in dB.The stability is computed as the variance of the phase over the measured pulses. |
| PulseResultsAverageTotalStability | 12587159 | Returns the average total stability over measured pulses. This value is expressed in dB. |
| PulseResultsAmplitudeStability | 12587129 | Returns the amplitude stability of the measured pulses. This value is expressed in dB.This value is computed as the deviation of amplitude from the reference. |
| PulseResultsAmplitudeStabilityMean | 12587130 | Returns the mean of the amplitude stability values across the measured pulses. This value is expressed in dB. |
| PulseResultsAmplitudeStabilityMaximum | 12587131 | Returns the maximum amplitude stability across the measured pulses. This value is expressed in dB. |
| PulseResultsAmplitudeStabilityMinimum | 12587132 | Returns the minimum amplitude stability across the measured pulses. This value is expressed in dB. |
| PulseResultsAmplitudeStabilityStandardDeviation | 12587133 | Returns the amplitude stability standard deviation across the measured pulses. This value is expressed in dB. |
| PulseResultsPhaseStability | 12587134 | Returns the phase stability of the measured pulses. This value is expressed in dB.This value is computed as the deviation of phase from the reference. |
| PulseResultsPhaseStabilityMean | 12587135 | Returns the mean of the phase stability values across the measured pulses. This value is expressed in dB. |
| PulseResultsPhaseStabilityMaximum | 12587136 | Returns the maximum phase stability across the measured pulses. This value is expressed in dB. |
| PulseResultsPhaseStabilityMinimum | 12587137 | Returns the minimum phase stability across the measured pulses. This value is expressed in dB. |
| PulseResultsPhaseStabilityStandardDeviation | 12587138 | Returns the phase stability standard deviation across the measured pulses. This value is expressed in dB. |
| PulseResultsTotalStability | 12587139 | Returns the total stability of the measured pulses. This value is expressed in dB. |
| PulseResultsTotalStabilityMean | 12587140 | Returns the mean of the total stability values across the measured pulses. This value is expressed in dB. |
| PulseResultsTotalStabilityMaximum | 12587141 | Returns the maximum total stability across the measured pulses. This value is expressed in dB. |
| PulseResultsTotalStabilityMinimum | 12587142 | Returns the minimum total stability across the measured pulses. This value is expressed in dB. |
| PulseResultsTotalStabilityStandardDeviation | 12587143 | Returns the total stability standard deviation across the measured pulses. This value is expressed in dB. |
| PulseResultsTimeSidelobeMainlobeWidth | 12587244 | Returns the mainlobe width for all measured pulses. Mainlobe width is the width at 3dB below from its peak level. This value is expressed in seconds. |
| PulseResultsTimeSidelobeMainlobeWidthMean | 12587245 | Returns the mean of the mainlobe width values across the measured pulses. This value is expressed in seconds. |
| PulseResultsTimeSidelobeMainlobeWidthMaximum | 12587246 | Returns the maximum mainlobe width across the measured pulses. This value is expressed in seconds. |
| PulseResultsTimeSidelobeMainlobeWidthMinimum | 12587247 | Returns the minimum mainlobe width across the measured pulses. This value is expressed in seconds. |
| PulseResultsTimeSidelobeMainlobeWidthStandardDeviation | 12587248 | Returns the standard deviation of the mainlobe width values across the measured pulses. This value is expressed in seconds. |
| PulseResultsTimeSidelobeDelay | 12587249 | Returns the sidelobe delay for all measured pulses. Sidelobe delay is the time elapsed between the highest sidelobe peak and mainlobe peak level. This value is expressed in seconds. |
| PulseResultsTimeSidelobeDelayMean | 12587250 | Returns the mean of the sidelobe delay values across the measured pulses. This value is expressed in seconds. |
| PulseResultsTimeSidelobeDelayMaximum | 12587251 | Returns the maximum sidelobe delay across the measured pulses. This value is expressed in seconds. |
| PulseResultsTimeSidelobeDelayMinimum | 12587252 | Returns the minimum sidelobe delay across the measured pulses. This value is expressed in seconds. |
| PulseResultsTimeSidelobeDelayStandardDeviation | 12587253 | Returns the standard deviation of the sidelobe delay values across the measured pulses. This value is expressed in seconds. |
| PulseResultsTimeSidelobePeakSidelobeLevel | 12587254 | Returns the peak sidelobe level for all measured pulses. Peak sidelobe level is the ratio of the highest sidelobe peak to the mainlobe peak level. This value is expressed in dB. |
| PulseResultsTimeSidelobePeakSidelobeLevelMean | 12587255 | Returns the mean of the peak sidelobe level values across the measured pulses. This value is expressed in dB. |
| PulseResultsTimeSidelobePeakSidelobeLevelMaximum | 12587256 | Returns the maximum peak sidelobe level across the measured pulses. This value is expressed in seconds. |
| PulseResultsTimeSidelobePeakSidelobeLevelMinimum | 12587257 | Returns the minimum peak sidelobe level across the measured pulses. This value is expressed in dB. |
| PulseResultsTimeSidelobePeakSidelobeLevelStandardDeviation | 12587258 | Returns the standard deviation of the peak sidelobe level values across the measured pulses. This value is expressed in dB. |
| PulseResultsTimeSidelobeCompressionRatio | 12587259 | Returns the compression ratio for all measured pulses. Compression ratio is the ratio of the mainlobe width to the pulse width. This value is expressed as a percentage. |
| PulseResultsTimeSidelobeCompressionRatioMean | 12587260 | Returns the mean of the compression ratio values across the measured pulses. This value is expressed as a percentage. |
| PulseResultsTimeSidelobeCompressionRatioMaximum | 12587261 | Returns the maximum compression ratio across the measured pulses. This value is expressed as a percentage. |
| PulseResultsTimeSidelobeCompressionRatioMinimum | 12587262 | Returns the minimum compression ratio across the measured pulses. This value is expressed as a percentage. |
| PulseResultsTimeSidelobeCompressionRatioStandardDeviation | 12587263 | Returns the standard deviation of the compression ratio values across the measured pulses. This value is expressed as a percentage. |
| PulseResultsTimeSidelobePeakCorrelation | 12587264 | Returns the peak correlation for all measured pulses. Peak correlation is the normalized peak power of the correlated output by both measured and reference pulse powers. This values ranges in between 0 to 1. |
| PulseResultsTimeSidelobePeakCorrelationMean | 12587265 | Returns the mean of the peak correlation values across the measured pulses. |
| PulseResultsTimeSidelobePeakCorrelationMaximum | 12587266 | Returns the maximum peak correlation across the measured pulses. |
| PulseResultsTimeSidelobePeakCorrelationMinimum | 12587267 | Returns the minimum peak correlation across the measured pulses. |
| PulseResultsTimeSidelobePeakCorrelationStandardDeviation | 12587268 | Returns the standard deviation of the peak correlation values across the measured pulses. |
| AutoLevelInitialReferenceLevel | 12582925 | Specifies the initial reference level, in dBm, which the AutoLevel(string, double, double, out double) function uses to estimate the peak power of the input signal. |
| ResultFetchTimeout | 12632064 | Specifies the wait time before results are available in the RFmx Property. 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 RFmxPulse Property Node waits until the measurement is complete. |