Gets the number of configured offset channels.

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public int GetNumberOfOffsets(string selectorString, out int value)

Remarks

This method gets the value of AcpNumberOfOffsets attribute.The default value is 1.

Parameters

NameTypeDescription
selectorStringstring

Specifies the subblock number.
Example: "subblock0".
You can use the BuildSubblockString(string, int) method to build the selector string.

valueout int

Upon return, contains the number of configured offset channels.

Returns

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