GetGroupDelayAperturePoints(string, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets the group delay aperture in terms of the number of frequency points that separates the two frequency points for all S-Parameters for which SParamsFormat method is set to Group Delay and SParams Group Delay Aperture Mode method is set to Points. You must set the value of this method between 2 and the total number of frequency points in the measurement frequency range.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public int GetGroupDelayAperturePoints(string selectorString, out double value)
Remarks
This method gets the value of SParamsGroupDelayAperturePoints attribute.The default value is 11.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | out double | Upon return, contains the group delay aperture in terms of the number of frequency points that separates the two frequency points for all S-Parameters for which SParamsFormat method is set to Group Delay and SParams Group Delay Aperture Mode method is set to Points. You must set the value of this method between 2 and the total number of frequency points in the measurement frequency range. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.