SetIQPowerEdgeTriggerSlope(string, RFmxSpecAnMXIQPowerEdgeTriggerSlope)
- Updated2025-10-13
- 1 minute(s) read
Sets whether the device asserts the Trigger when the signal power is rising or falling. When you set the SetTriggerType(string, RFmxSpecAnMXTriggerType) to IQPowerEdge, the device asserts the trigger when the signal power exceeds the specified level with the slope you specify.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int SetIQPowerEdgeTriggerSlope(string selectorString, RFmxSpecAnMXIQPowerEdgeTriggerSlope value)
Remarks
This method maps to the RFmxSpecAn_SetIQPowerEdgeTriggerSlope() 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 | RFmxSpecAnMXIQPowerEdgeTriggerSlope | Specifies whether the device asserts the trigger when the signal power is rising or falling. |
Returns
Returns the status code of this method. The status code either indicates success or describes an error or warning condition.