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

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name passed when creating the signal configuration is used.

valuedouble

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.