GetIQPowerEdgeTriggerLevel(string, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets the power level at which the device triggers. This value is expressed in dB when you set the NationalInstruments.RFmx.DemodMX.RFmxDemodMX.GetIQPowerEdgeTriggerLevelType(string,NationalInstruments.RFmx.DemodMX.RFmxDemodMXIQPowerEdgeTriggerLevelType@) to Relative and in dBm when you set the NationalInstruments.RFmx.DemodMX.RFmxDemodMX.GetIQPowerEdgeTriggerLevelType(string,NationalInstruments.RFmx.DemodMX.RFmxDemodMXIQPowerEdgeTriggerLevelType@) 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 NationalInstruments.RFmx.DemodMX.RFmxDemodMX.GetTriggerType(string,NationalInstruments.RFmx.DemodMX.RFmxDemodMXTriggerType@) method to IQ Power Edge.
Syntax
Namespace: NationalInstruments.RFmx.DemodMX
public int GetIQPowerEdgeTriggerLevel(string selectorString, out double value)
Remarks
This method maps to the RFmxDemod_GetIQPowerEdgeTriggerLevel() function in C.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name passed when creating the signal configuration is used. |
| value | out double | Upon return, contains the power level at which the device triggers. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.