RFmx VNA DotNET

Table of Contents

RFmxVnaMXSParamsConfiguration Methods

  • Updated2024-07-17
  • 5 minute(s) read
RFmxVnaMXSParamsConfiguration Methods

RFmxVnaMXSParamsConfiguration Methods

The RFmxVnaMXSParamsConfiguration type exposes the following members.

Methods

 NameDescription
Public methodConfigureSParameter

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.

Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Public methodExportToSnPFile 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.
Public methodGetFormat Gets the format of S-Parameter measurement. Use 'sparam(n)' as the selector string to configure or read this attribute.
Use RFmxVNA SParams Fetch Real Data to fetch the S-Parameters for which you configured this attribute to Magnitude (0), Phase (1) or SWR (3). Use RFmxVNA SParams Fetch Complex Data to fetch the S-Parameters for which you configured this attribute to Complex (2), Smith Impedance (4) or Smith Admittance (5).
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetMagnitudeUnits Gets the magnitude units for all S-Parameters for which (a href="javascript:launchmergedhelp('rfmxvna.chm', 'rfmxvnacvi.chm', 'RFMXVNA_ATTR_SPARAMS_FORMAT.html')")RFMXVNA_ATTR_SPARAMS_FORMAT(/a) method is set to (format type="bold")Magnitude(/format).
Public methodGetMeasurementEnabled Gets whether to enable the Sparams measurement.
Public methodGetNumberOfSParameters Gets the number of S-Parameters to measure.
Public methodGetPhaseTraceType Gets the phase type for all S-Parameters for which (a href="javascript:launchmergedhelp('rfmxvna.chm', 'rfmxvnacvi.chm', 'RFMXVNA_ATTR_SPARAMS_FORMAT.html')")RFMXVNA_ATTR_SPARAMS_FORMAT(/a) method is set to (format type="bold")Phase(/format).
Public methodGetReceiverPort Gets the receiver port name of the S-Parameter. S-Parameter is denoted by "S_(receiver port name)_(receiver port name)".For example, to measure S_port2_port1, set this method to "port2".
Public methodGetSnPDataFormat Gets the SParams Data Format of the S-parameter measurement to be saved.
Public methodGetSnPPorts Gets the Ports for which the S-parameter measurement is saved to file.
Public methodGetSnPUserComment Gets user-specific additional information passed as SParams User Comment to write to SnP file.
Public methodGetSourcePort Gets the source port name of the S-Parameter. S-Parameter is denoted by "S_(receiver port name)_(receiver port name)".For example, to measure S_port2_port1, set this method to "port1".
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetFormat Sets the format of S-Parameter measurement. Use 'sparam(n)' as the selector string to configure or read this attribute.
Use RFmxVNA SParams Fetch Real Data to fetch the S-Parameters for which you configured this attribute to Magnitude (0), Phase (1) or SWR (3). Use RFmxVNA SParams Fetch Complex Data to fetch the S-Parameters for which you configured this attribute to Complex (2), Smith Impedance (4) or Smith Admittance (5).
Public methodSetMagnitudeUnits Sets the magnitude units for all S-Parameters for which (a href="javascript:launchmergedhelp('rfmxvna.chm', 'rfmxvnacvi.chm', 'RFMXVNA_ATTR_SPARAMS_FORMAT.html')")RFMXVNA_ATTR_SPARAMS_FORMAT(/a) method is set to (format type="bold")Magnitude(/format).
Public methodSetMeasurementEnabled Sets whether to enable the Sparams measurement.
Public methodSetNumberOfSParameters Sets the number of S-Parameters to measure.
Public methodSetPhaseTraceType Sets the phase type for all S-Parameters for which (a href="javascript:launchmergedhelp('rfmxvna.chm', 'rfmxvnacvi.chm', 'RFMXVNA_ATTR_SPARAMS_FORMAT.html')")RFMXVNA_ATTR_SPARAMS_FORMAT(/a) method is set to (format type="bold")Phase(/format).
Public methodSetReceiverPort Sets the receiver port name of the S-Parameter. S-Parameter is denoted by "S_(receiver port name)_(receiver port name)".For example, to measure S_port2_port1, set this method to "port2".
Public methodSetSnPDataFormat Sets the SParams Data Format of the S-parameter measurement to be saved.
Public methodSetSnPPorts Sets the Ports for which the S-parameter measurement is saved to file.
Public methodSetSnPUserComment Sets user-specific additional information passed as SParams User Comment to write to SnP file.
Public methodSetSourcePort Sets the source port name of the S-Parameter. S-Parameter is denoted by "S_(receiver port name)_(receiver port name)".For example, to measure S_port2_port1, set this method to "port1".
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top

See Also

Log in to get a better experience