RFmx VNA DotNET

Table of Contents

RFmxVnaMXSParamsConfiguration.ConfigureSParameter Method

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

RFmxVnaMXSParamsConfigurationConfigureSParameter Method

Configures the S-Parameter to be measured in format S<receiver port number><source port number>

Use "sparam<n>" as the selector string to configure this 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 ConfigureSParameter(
	string selectorString,
	string sParameter
)
Public Function ConfigureSParameter ( 
	selectorString As String,
	sParameter As String
) As Integer

Parameters

selectorString  String
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
sParameter  String
Specifies the S-Parameter to be measured. The default value is S11

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