RFmxVnaMXWavesConfiguration.SetReceiver Method
- Updated2024-07-17
- 2 minute(s) read
RFmx
Sets 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 SetReceiver( string selectorString, RFmxVnaMXWavesReceiver value )
Public Function SetReceiver ( selectorString As String, 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
- Specifies 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
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.
Remarks
This method sets the value of WavesReceiver attribute.The default value is (format type="bold")RFMXVNA_VAL_Test(/format).