Configures the reference level, which represents the maximum expected power of an RF input signal. On a MIMO session, use "port::(deviceName)/(channelNumber)" as the selector string to configure reference level for each port.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int ConfigureReferenceLevel(string selectorString, double referenceLevel)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of port string. Example:
""
""
"port::myrfsa1/0"
You can use the BuildResultString(string) method to build the selector string. On a MIMO session, you can use the RFmxInstr_BuildPortString method to build the selector string.

referenceLeveldouble

Specifies the reference level which represents the maximum expected power of the RF input signal. This value is expressed in dBm for RF devices and Vpk-pk for baseband devices. The default value of this method is hardware dependent.

Returns

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