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

NameTypeDescription
selectorStringstring

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

valueRFmxSpecAnMXIQPowerEdgeTriggerSlope

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.