RFmxTdscdmaMX.ConfigureIQPowerEdgeTrigger Method
- Updated2024-07-17
- 2 minute(s) read
RFmxTdscdmaMXConfigureIQPowerEdgeTrigger Method
Namespace: NationalInstruments.RFmx.TdscdmaMX
Assembly: NationalInstruments.RFmx.TdscdmaMX.Fx40 (in NationalInstruments.RFmx.TdscdmaMX.Fx40.dll) Version: 24.5.0.49284 (24.5.0.49284)
Syntax
public int ConfigureIQPowerEdgeTrigger( string selectorString, string iqPowerEdgeTriggerSource, RFmxTdscdmaMXIQPowerEdgeTriggerSlope iqPowerEdgeTriggerSlope, double iqPowerEdgeTriggerLevel, double triggerDelay, RFmxTdscdmaMXTriggerMinimumQuietTimeMode triggerMinimumQuietTimeMode, double triggerMinimumQuietTimeDuration, RFmxTdscdmaMXIQPowerEdgeTriggerLevelType iqPowerEdgeTriggerLevelType, bool enableTrigger )
Public Function ConfigureIQPowerEdgeTrigger ( selectorString As String, iqPowerEdgeTriggerSource As String, iqPowerEdgeTriggerSlope As RFmxTdscdmaMXIQPowerEdgeTriggerSlope, iqPowerEdgeTriggerLevel As Double, triggerDelay As Double, triggerMinimumQuietTimeMode As RFmxTdscdmaMXTriggerMinimumQuietTimeMode, triggerMinimumQuietTimeDuration As Double, iqPowerEdgeTriggerLevelType As RFmxTdscdmaMXIQPowerEdgeTriggerLevelType, enableTrigger As Boolean ) As Integer
Parameters
- selectorString
- Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used. - iqPowerEdgeTriggerSource
- Type: SystemString
Specifies the channel from which the device monitors the trigger. - iqPowerEdgeTriggerSlope
- Type: NationalInstruments.RFmx.TdscdmaMXRFmxTdscdmaMXIQPowerEdgeTriggerSlope
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
- Type: SystemDouble
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
- Type: SystemDouble
Specifies the trigger delay time. This value is expressed in seconds. - triggerMinimumQuietTimeMode
- Type: NationalInstruments.RFmx.TdscdmaMXRFmxTdscdmaMXTriggerMinimumQuietTimeMode
[Missing <param name="triggerMinimumQuietTimeMode"/> documentation for "M:NationalInstruments.RFmx.TdscdmaMX.RFmxTdscdmaMX.ConfigureIQPowerEdgeTrigger(System.String,System.String,NationalInstruments.RFmx.TdscdmaMX.RFmxTdscdmaMXIQPowerEdgeTriggerSlope,System.Double,System.Double,NationalInstruments.RFmx.TdscdmaMX.RFmxTdscdmaMXTriggerMinimumQuietTimeMode,System.Double,NationalInstruments.RFmx.TdscdmaMX.RFmxTdscdmaMXIQPowerEdgeTriggerLevelType,System.Boolean)"]
- triggerMinimumQuietTimeDuration
- Type: SystemDouble
[Missing <param name="triggerMinimumQuietTimeDuration"/> documentation for "M:NationalInstruments.RFmx.TdscdmaMX.RFmxTdscdmaMX.ConfigureIQPowerEdgeTrigger(System.String,System.String,NationalInstruments.RFmx.TdscdmaMX.RFmxTdscdmaMXIQPowerEdgeTriggerSlope,System.Double,System.Double,NationalInstruments.RFmx.TdscdmaMX.RFmxTdscdmaMXTriggerMinimumQuietTimeMode,System.Double,NationalInstruments.RFmx.TdscdmaMX.RFmxTdscdmaMXIQPowerEdgeTriggerLevelType,System.Boolean)"]
- iqPowerEdgeTriggerLevelType
- Type: NationalInstruments.RFmx.TdscdmaMXRFmxTdscdmaMXIQPowerEdgeTriggerLevelType
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
- Type: SystemBoolean
Specifies whether the trigger is used.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.