SetIQPowerEdgeTriggerLevelType(string, RFmxDemodMXIQPowerEdgeTriggerLevelType)
- Updated2025-10-13
- 1 minute(s) read
Sets the reference for the SetIQPowerEdgeTriggerLevel(string, double) method. This method is used only when you set the SetTriggerType(string, RFmxDemodMXTriggerType) method to IQPowerEdge.
Syntax
Namespace: NationalInstruments.RFmx.DemodMX
public int SetIQPowerEdgeTriggerLevelType(string selectorString, RFmxDemodMXIQPowerEdgeTriggerLevelType value)
Remarks
This method maps to the RFmxDemod_SetIQPowerEdgeTriggerLevelType() 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 | RFmxDemodMXIQPowerEdgeTriggerLevelType | Upon return, contains the value that indicates the reference for the SetIQPowerEdgeTriggerLevelType(string, RFmxDemodMXIQPowerEdgeTriggerLevelType) method. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.