SetTriggerMinimumQuietTimeDuration(string, double)
- Updated2025-10-13
- 1 minute(s) read
Sets a time duration, in seconds, for which the signal must be quiet before the RF signal analyzer arms the ConfigureIQPowerEdgeTrigger(string, string, double, RFmxSpecAnMXIQPowerEdgeTriggerSlope, double, RFmxSpecAnMXTriggerMinimumQuietTimeMode, double, bool).
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int SetTriggerMinimumQuietTimeDuration(string selectorString, double value)
Remarks
If you set the SetDigitalEdgeTriggerEdge(string, RFmxSpecAnMXDigitalEdgeTriggerEdge) to Rising, the signal is quiet below the trigger level. If you set the SetDigitalEdgeTriggerEdge(string, RFmxSpecAnMXDigitalEdgeTriggerEdge) to Falling, the signal is quiet above the trigger level. This method maps to the RFmxSpecAn_SetTriggerMinimumQuietTimeDuration() function in C.
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 | Upon return, contains a time duration, in seconds, for which the signal must be quiet before the RF signal analyzer arms the ConfigureIQPowerEdgeTrigger(string, string, double, RFmxSpecAnMXIQPowerEdgeTriggerSlope, double, RFmxSpecAnMXTriggerMinimumQuietTimeMode, double, bool). |
Returns
Returns the status code of this method. The status code either indicates success or describes an error or warning condition.