SetIQPowerEdgeTriggerLevel(string, double)
- Updated2025-01-27
- 1 minute(s) read
SetIQPowerEdgeTriggerLevel(string, double)
Sets the threshold above or below which the signal analyzer triggers, depending on the value of the SetIQPowerEdgeTriggerSlope(string, RFmxTdscdmaMXIQPowerEdgeTriggerSlope) method. This value is expressed in dB when the SetIQPowerEdgeTriggerLevelType(string, RFmxTdscdmaMXIQPowerEdgeTriggerLevelType) method is set to Relative or in dBm when the IQ Power Edge Level Type method is set to Absolute.
Syntax
Namespace: NationalInstruments.RFmx.TdscdmaMX
public int SetIQPowerEdgeTriggerLevel(string selectorString, double value)
Remarks
This method sets the value of IQPowerEdgeTriggerLevel attribute.The default of this method is hardware dependent.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
value | double | Specifies the threshold above or below which the signal analyzer triggers, depending on the value of the SetIQPowerEdgeTriggerSlope(string, RFmxTdscdmaMXIQPowerEdgeTriggerSlope) method. This value is expressed in dB when the SetIQPowerEdgeTriggerLevelType(string, RFmxTdscdmaMXIQPowerEdgeTriggerLevelType) method is set to Relative or in dBm when the IQ Power Edge Level Type method is set to Absolute. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.