GetIQPowerEdgeTriggerLevel(string, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets the power level at which the device triggers. 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. The device asserts the trigger when the signal exceeds the level specified by the value of this method, taking into consideration the specified slope.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int GetIQPowerEdgeTriggerLevel(string selectorString, out double value)
Remarks
This method maps to the RFmxSpecAn_GetIQPowerEdgeTriggerLevel() function in C.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | out double | Upon return, contains the power level at which the device triggers. This value is expressed in dB when you set the GetIQPowerEdgeTriggerLevelType method to Relative; and is expressed in dBm when you set the GetIQPowerEdgeTriggerLevelType 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. The device asserts the trigger when the signal exceeds the level specified by the value of this method, taking into consideration the specified slope. |
Returns
Returns the status code of this method. The status code either indicates success or describes an error or warning condition.