RFmx VNA DotNET

Table of Contents

RFmxVnaMXSParamsConfiguration.ExportToSnPFile Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxVnaMXSParamsConfiguration.ExportToSnPFile Method

RFmxVnaMXSParamsConfigurationExportToSnPFile Method

Exports the measured S-parameters to (SnP File Path).
Configure (SnP Export) methods:
Data Format to save the S-parameters in desired format
User Comment to add additional information to the file header
Ports to save S-parameters for a subset of the available VNA ports
Note In addition to the above methods, the available S-parameters to export depend on the configured measurement and calibration state of the instrument.

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 ExportToSnPFile(
	string selectorString,
	string snpFilePath
)
Public Function ExportToSnPFile ( 
	selectorString As String,
	snpFilePath As String
) As Integer

Parameters

selectorString  String
Specifies a selector string comprising of the result name. If you do not specify the result name, the default result instance is used. Example:
""
""
"result::r1"
You can use the BuildSParameterString(String, Int32) method to build the selector string.
snpFilePath  String
Specifies the .snp file to save the measured S-parameters.

Return Value

Int32
Returns the status code of this method. The status code either indicates success or describes a warning condition.

See Also

Log in to get a better experience