SetSegmentStartFrequency(string, double)
- Updated2025-10-13
- 1 minute(s) read
Sets the lowest frequency of the segment at which the measurement needs to be performed. This value is expressed in Hz.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public int SetSegmentStartFrequency(string selectorString, double value)
Remarks
This method sets the value of SegmentStartFrequency attribute.The default value is 1G.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the segment number. |
| value | double | Specifies the lowest frequency of the segment at which the measurement needs to be performed. This value is expressed in Hz. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.