RFmx VNA DotNET

Table of Contents

RFmxVnaMXWavesConfiguration.SetFormat Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxVnaMXWavesConfiguration.SetFormat Method

RFmxVnaMXWavesConfigurationSetFormat Method

Sets the format for wave measurement. Use 'wave(n)' as the selector string to configure or read this attribute.
Use RFmxVNA Waves Fetch Real Data to fetch the waves for which you configured this attribute to Magnitude (0), Phase (1) or SWR (3). Use RFmxVNA Waves Fetch Complex Data to fetch the waves for which you configured this attribute to Complex (2), Smith Impedance (4) or Smith Admittance (5).

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 SetFormat(
	string selectorString,
	RFmxVnaMXWavesFormat value
)
Public Function SetFormat ( 
	selectorString As String,
	value As RFmxVnaMXWavesFormat
) As Integer

Parameters

selectorString  String
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
value  RFmxVnaMXWavesFormat
Specifies the format for wave measurement.

Return Value

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

Remarks

This method sets the value of WavesFormat attribute.The default value is (format type="bold")RFMXVNA_VAL_Magnitude(/format).

See Also

Log in to get a better experience