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 SetIQPowerEdgeTriggerLevelType(string, RFmxWlanMXIQPowerEdgeTriggerLevelType) method to Relative and in dBm when you set the IQ Power Edge Level Type method to Absolute .
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int GetIQPowerEdgeTriggerLevel(string selectorString, out double value)
Remarks
This method gets the value of IQPowerEdgeTriggerLevel attribute.The default value of this method is hardware dependent.
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 SetIQPowerEdgeTriggerLevelType(string, RFmxWlanMXIQPowerEdgeTriggerLevelType) method to Relative and in dBm when you set the IQ Power Edge Level Type method to Absolute . |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.