SetGroupDelayApertureMode(string, RFmxVnaMXSParamsGroupDelayApertureMode)
- Updated2025-10-13
- 1 minute(s) read
Sets the group delay aperture mode used for the computation of group delay for all S-Parameters for which SParamsFormat method is set to Group Delay.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public int SetGroupDelayApertureMode(string selectorString, RFmxVnaMXSParamsGroupDelayApertureMode value)
Remarks
This method sets the value of SParamsGroupDelayApertureMode 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 | RFmxVnaMXSParamsGroupDelayApertureMode | Specifies the group delay aperture mode used for the computation of group delay for all S-Parameters for which SParamsFormat 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.