RFmxDemodMX.ConfigureIQPowerEdgeTrigger Method
- Updated2024-07-17
- 2 minute(s) read
RFmx
Configures the I/Q power-edge trigger.
Namespace: NationalInstruments.RFmx.DemodMX
Assembly: NationalInstruments.RFmx.DemodMX.Fx40 (in NationalInstruments.RFmx.DemodMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int ConfigureIQPowerEdgeTrigger( string selectorString, string iqPowerEdgeSource, double iqPowerEdgeLevel, RFmxDemodMXIQPowerEdgeTriggerSlope iqPowerEdgeSlope, double triggerDelay, RFmxDemodMXTriggerMinimumQuietTimeMode minimumQuietTimeMode, double minimumQuietTime, bool enableTrigger )
Public Function ConfigureIQPowerEdgeTrigger ( selectorString As String, iqPowerEdgeSource As String, iqPowerEdgeLevel As Double, iqPowerEdgeSlope As RFmxDemodMXIQPowerEdgeTriggerSlope, triggerDelay As Double, minimumQuietTimeMode As RFmxDemodMXTriggerMinimumQuietTimeMode, minimumQuietTime As Double, enableTrigger As Boolean ) As Integer
Parameters
- selectorString String
- Pass an empty string. The signal name passed when creating the signal configuration is used.
- iqPowerEdgeSource String
- Specifies the channel from which the device monitors the trigger.
- iqPowerEdgeLevel Double
- Specifies the threshold above or below which the signal analyzer triggers.
- iqPowerEdgeSlope RFmxDemodMXIQPowerEdgeTriggerSlope
- Specifies whether the device asserts the trigger when the signal power is rising or falling. The device asserts the trigger when the signal power exceeds the specified level with the slope you specify. This parameter is used only when you set the SetTriggerType(String, RFmxDemodMXTriggerType) to IQPowerEdge.
- triggerDelay Double
- Specifies the trigger delay time, in seconds.
- minimumQuietTimeMode RFmxDemodMXTriggerMinimumQuietTimeMode
- Specifies whether the measurement computes the minimum quiet time used for triggering.
- minimumQuietTime Double
- Specifies the time duration, in seconds, for which the signal must be quiet before the signal analyzer arms the I/Q power-edge trigger.
- enableTrigger Boolean
- to enable the trigger; otherwise .
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.
Remarks
This method maps to the RFmxDemod_CfgIQPowerEdgeTrigger() function in C.