RFmxVnaMX.GetAllCalsetNames Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Returns all the global Calset Names
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 GetAllCalsetNames( string selectorString, ref string[] calsetNames )
Public Function GetAllCalsetNames ( selectorString As String, ByRef calsetNames As String() ) As Integer
Parameters
- selectorString String
- Specifies a selector string comprising of the signal name. If you do not specify the signal name, the default signal instance is used.
- calsetNames String
- Returns all the calset names from the global calsets.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.