RFmx VNA DotNET

Table of Contents

RFmxVnaMXWavesConfiguration.GetReceiver Method

  • Updated2024-07-17
  • 2 minute(s) read
RFmxVnaMXWavesConfiguration.GetReceiver Method

RFmxVnaMXWavesConfigurationGetReceiver Method

Gets whether to measure the wave on the reference receiver or the test receiver of the Wave Receiver Port.Incident and scattered waves are denoted by "a_(receiver port name)_(receiver port name)" and "b_(receiver port name)_(receiver port name)" respectively. On a receiver port, the a and b waves are measured using Reference receiver and Test receiver respectively. For example, to measure 'b_port2_port1', set this method to (format type="bold")Test (0)(/format), (a href="javascript:launchmergedhelp('rfmxvna.chm', 'rfmxvnacvi.chm', 'RFMXVNA_ATTR_WAVES_RECEIVER_PORT.html')")RFMXVNA_ATTR_WAVES_RECEIVER_PORT(/a) to "port2" and (a href="javascript:launchmergedhelp('rfmxvna.chm', 'rfmxvnacvi.chm', 'RFMXVNA_ATTR_WAVES_SOURCE_PORT.html')")RFMXVNA_ATTR_WAVES_SOURCE_PORT(/a) to "port1".

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 GetReceiver(
	string selectorString,
	out RFmxVnaMXWavesReceiver value
)
Public Function GetReceiver ( 
	selectorString As String,
	<OutAttribute> ByRef value As RFmxVnaMXWavesReceiver
) As Integer

Parameters

selectorString  String
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
value  RFmxVnaMXWavesReceiver
Upon return, contains whether to measure the wave on the reference receiver or the test receiver of the Wave Receiver Port.Incident and scattered waves are denoted by "a_(receiver port name)_(receiver port name)" and "b_(receiver port name)_(receiver port name)" respectively. On a receiver port, the a and b waves are measured using Reference receiver and Test receiver respectively. For example, to measure 'b_port2_port1', set this method to (format type="bold")Test (0)(/format), (a href="javascript:launchmergedhelp('rfmxvna.chm', 'rfmxvnacvi.chm', 'RFMXVNA_ATTR_WAVES_RECEIVER_PORT.html')")RFMXVNA_ATTR_WAVES_RECEIVER_PORT(/a) to "port2" and (a href="javascript:launchmergedhelp('rfmxvna.chm', 'rfmxvnacvi.chm', 'RFMXVNA_ATTR_WAVES_SOURCE_PORT.html')")RFMXVNA_ATTR_WAVES_SOURCE_PORT(/a) to "port1".

Return Value

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

Remarks

This method gets the value of WavesReceiver attribute.The default value is (format type="bold")RFMXVNA_VAL_Test(/format).

See Also

Log in to get a better experience