Sets the power level at which the device triggers. This value is expressed in dB when the SetIQPowerEdgeTriggerLevelType(string, RFmxEvdoMXIQPowerEdgeTriggerLevelType) method is set to Relative and in dBm when the IQ Power Edge Level Type method is set 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 SetTriggerType(string, RFmxEvdoMXTriggerType) method to IQPowerEdge.

Syntax

Namespace: NationalInstruments.RFmx.EvdoMX

public int SetIQPowerEdgeTriggerLevel(string selectorString, double value)

Remarks

This method sets the value of IQPowerEdgeTriggerLevel attribute.The default value is -20.

Parameters

NameTypeDescription
selectorStringstring

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

valuedouble

Specifies the power level at which the device triggers. This value is expressed in dB when the SetIQPowerEdgeTriggerLevelType(string, RFmxEvdoMXIQPowerEdgeTriggerLevelType) method is set to Relative and in dBm when the IQ Power Edge Level Type method is set 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 SetTriggerType(string, RFmxEvdoMXTriggerType) method to IQPowerEdge.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.