RFmxCdma2kMX.ConfigureIQPowerEdgeTrigger Method
- Updated2024-07-17
- 2 minute(s) read
RFmx
Namespace: NationalInstruments.RFmx.Cdma2kMX
Assembly: NationalInstruments.RFmx.Cdma2kMX.Fx40 (in NationalInstruments.RFmx.Cdma2kMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int ConfigureIQPowerEdgeTrigger( string selectorString, string iqPowerEdgeTriggerSource, RFmxCdma2kMXIQPowerEdgeTriggerSlope iqPowerEdgeTriggerSlope, double iqPowerEdgeTriggerLevel, double triggerDelay, RFmxCdma2kMXTriggerMinimumQuietTimeMode triggerMinimumQuietTimeMode, double triggerMinimumQuietTimeDuration, RFmxCdma2kMXIQPowerEdgeTriggerLevelType iqPowerEdgeTriggerLevelType, bool enableTrigger )
Public Function ConfigureIQPowerEdgeTrigger ( selectorString As String, iqPowerEdgeTriggerSource As String, iqPowerEdgeTriggerSlope As RFmxCdma2kMXIQPowerEdgeTriggerSlope, iqPowerEdgeTriggerLevel As Double, triggerDelay As Double, triggerMinimumQuietTimeMode As RFmxCdma2kMXTriggerMinimumQuietTimeMode, triggerMinimumQuietTimeDuration As Double, iqPowerEdgeTriggerLevelType As RFmxCdma2kMXIQPowerEdgeTriggerLevelType, enableTrigger As Boolean ) As Integer
Parameters
- selectorString String
- Pass an empty string. The signal name that is passed when creating the signal configuration is used.
- iqPowerEdgeTriggerSource String
- Specifies the channel from which the device monitors the trigger.
- iqPowerEdgeTriggerSlope RFmxCdma2kMXIQPowerEdgeTriggerSlope
- 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 specified level with the slope you specify.
- iqPowerEdgeTriggerLevel Double
- Specifies the power level at which the device triggers, depending on the value of the iqPowerEdgeTriggerSlope parameter. The value is expressed in dB when the iqPowerEdgeTriggerLevelType parameter is set to Relative, or in dBm when it is set to Absolute.
- triggerDelay Double
- Specifies the trigger delay time. This value is expressed in seconds.
- triggerMinimumQuietTimeMode RFmxCdma2kMXTriggerMinimumQuietTimeMode
[Missing <param name="triggerMinimumQuietTimeMode"/> documentation for "M:NationalInstruments.RFmx.Cdma2kMX.RFmxCdma2kMX.ConfigureIQPowerEdgeTrigger(System.String,System.String,NationalInstruments.RFmx.Cdma2kMX.RFmxCdma2kMXIQPowerEdgeTriggerSlope,System.Double,System.Double,NationalInstruments.RFmx.Cdma2kMX.RFmxCdma2kMXTriggerMinimumQuietTimeMode,System.Double,NationalInstruments.RFmx.Cdma2kMX.RFmxCdma2kMXIQPowerEdgeTriggerLevelType,System.Boolean)"]
- triggerMinimumQuietTimeDuration Double
[Missing <param name="triggerMinimumQuietTimeDuration"/> documentation for "M:NationalInstruments.RFmx.Cdma2kMX.RFmxCdma2kMX.ConfigureIQPowerEdgeTrigger(System.String,System.String,NationalInstruments.RFmx.Cdma2kMX.RFmxCdma2kMXIQPowerEdgeTriggerSlope,System.Double,System.Double,NationalInstruments.RFmx.Cdma2kMX.RFmxCdma2kMXTriggerMinimumQuietTimeMode,System.Double,NationalInstruments.RFmx.Cdma2kMX.RFmxCdma2kMXIQPowerEdgeTriggerLevelType,System.Boolean)"]
- iqPowerEdgeTriggerLevelType RFmxCdma2kMXIQPowerEdgeTriggerLevelType
- Specifies whether the IQPowerEdgeLevel is set to Relative or Absolute. The value is expressed in dB when this parameter is set to Relative. The value is expressed in dBm when this parameter is set to Absolute.
- enableTrigger Boolean
- Specifies whether the trigger is used.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.