SetIQPowerEdgeTriggerLevel(string, double)
- Updated2025-10-13
- 1 minute(s) read
Sets the power level at which the device triggers. The device asserts the trigger when the signal exceeds the level specified by the value of this parameter, taking into consideration the specified slope.
Syntax
Namespace: NationalInstruments.RFmx.BTMX
public int SetIQPowerEdgeTriggerLevel(string selectorString, double value)
Remarks
This method sets the value of IQPowerEdgeTriggerLevel attribute.The default value 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 | double | Specifies the power level at which the device triggers. The device asserts the trigger when the signal exceeds the level specified by the value of this parameter, taking into consideration the specified slope. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.