SetIQPowerEdgeTriggerLevel(string, double)
- Updated2025-04-08
- 1 minute(s) read
Sets the power level at which the device triggers. This value is expressed in dB when you set the NationalInstruments.RFmx.DemodMX.RFmxDemodMX.GetIQPowerEdgeTriggerLevelType(string,NationalInstruments.RFmx.DemodMX.RFmxDemodMXIQPowerEdgeTriggerLevelType@) to Relative and in dBm when you set the NationalInstruments.RFmx.DemodMX.RFmxDemodMX.GetIQPowerEdgeTriggerLevelType(string,NationalInstruments.RFmx.DemodMX.RFmxDemodMXIQPowerEdgeTriggerLevelType@) 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. This method is used only when you set the NationalInstruments.RFmx.DemodMX.RFmxDemodMX.GetTriggerType(string,NationalInstruments.RFmx.DemodMX.RFmxDemodMXTriggerType@) method to IQ Power Edge.
Syntax
Namespace: NationalInstruments.RFmx.DemodMX
public int SetIQPowerEdgeTriggerLevel(string selectorString, double value)
Remarks
This method maps to the RFmxDemod_SetIQPowerEdgeTriggerLevel() 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 | double | Specifies the power level at which the device triggers. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.