RFmx TDSCDMA DotNET

Table of Contents

RFmxTdscdmaMX.SetSelectedPorts Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxTdscdmaMX.SetSelectedPorts Method

RFmxTdscdmaMXSetSelectedPorts Method

Sets the instrument port to be used by the measurement.

Valid values

PXIe-5820/5840: "" (empty string)

PXIe-5830: if0, if1

PXIe-5831/5832: if0, if1, rf<0-1>/port<x>, where 0-1 indicates one (0) or two (1) mmRH-5582 connections and x is the port number on the mmRH-5582 front panel

Default values

PXIe-5820/5840: "" (empty string)

PXIe-5830/5831/5832: if1

PXIe-5831/5832: if0, if1, rf<0-1>/port<x>, where 0-1 indicates one (0) or two (1) mmRH-5582 connections and x is the port number on the mmRH-5582 front panel

Supported devices: PXIe-5820/5830/5831/5832/5840

Namespace:  NationalInstruments.RFmx.TdscdmaMX
Assembly:  NationalInstruments.RFmx.TdscdmaMX.Fx40 (in NationalInstruments.RFmx.TdscdmaMX.Fx40.dll) Version: 24.5.0.49284 (24.5.0.49284)

Syntax

public int SetSelectedPorts(
	string selectorString,
	string value
)
Public Function SetSelectedPorts ( 
	selectorString As String,
	value As String
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
value
Type: SystemString
Specifies the instrument port to be used by the measurement.

Return Value

Type: Int32
Returns the status code of this method. The status code either indicates success or describes an error or warning condition.

See Also

Log in to get a better experience