RFmxVnaMX.CalsetGetFrequencyGrid Method
- Updated2024-07-17
- 2 minute(s) read
RFmx
Returns the calibration frequency grid from the Calset.
You cannot specify both signal name in Selector String and Calset Name together.
If you do not specify both signal name in Selector String and Calset Name, the frequency grid will be returned from in memory calset of default signal instance. If you do not specify Calset Name but specify signal name in Selector String, the frequency grid will be returned from in memory calset of the specified signal instance. If you specify only Calset Name, the frequency grid will returned from the global calset with the specified calset name.
You can call this method only after you call the RFmxVNA Calibration Save method.
You cannot specify both signal name in Selector String and Calset Name together.
If you do not specify both signal name in Selector String and Calset Name, the frequency grid will be returned from in memory calset of default signal instance. If you do not specify Calset Name but specify signal name in Selector String, the frequency grid will be returned from in memory calset of the specified signal instance. If you specify only Calset Name, the frequency grid will returned from the global calset with the specified calset name.
You can call this method only after you call the RFmxVNA Calibration Save method.
Namespace: NationalInstruments.RFmx.VnaMX
Assembly: NationalInstruments.RFmx.VnaMX.Fx40 (in NationalInstruments.RFmx.VnaMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int CalsetGetFrequencyGrid( string selectorString, string calsetName, RFmxVnaMXCalFrequencyGrid errorTermIdentifier, ref double[] frequencyGrid )
Public Function CalsetGetFrequencyGrid ( selectorString As String, calsetName As String, errorTermIdentifier As RFmxVnaMXCalFrequencyGrid, ByRef frequencyGrid As Double() ) As Integer
Parameters
- selectorString String
- Pass an empty string. The signal name that is passed when creating the signal configuration is used.
- calsetName String
- Specifies the name of the calset.
- errorTermIdentifier RFmxVnaMXCalFrequencyGrid
- Specifies the type of error term in the calset.
The error term can take the following values: - frequencyGrid Double
- Upon return, contains the calibration frequency grid from the calset. This value is expressed in Hz.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.