GetGroupDelayApertureMode(string, out RFmxVnaMXWavesGroupDelayApertureMode)
- Updated2025-10-13
- 1 minute(s) read
Gets the group delay aperture mode used for the computation of group delay for all waves for which WavesFormat method is set to Group Delay.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public int GetGroupDelayApertureMode(string selectorString, out RFmxVnaMXWavesGroupDelayApertureMode value)
Remarks
This method gets the value of WavesGroupDelayApertureMode attribute.The default value is Points.
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 RFmxVnaMXWavesGroupDelayApertureMode | Upon return, contains the group delay aperture mode used for the computation of group delay for all waves for which WavesFormat method is set to Group Delay. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.