Sets the set of properties that are considered by RFmx in the locked signal configuration state. If your test system performs the same measurement at different selected ports, multiple frequencies and/or power levels repeatedly, enabling this method can help achieve faster measurements. When you set this method to a value other than Disabled, the RFmx driver will use an optimized code path and skip some checks. Because RFmx skips some checks when you use this method, you need to be aware of the limitations of this feature, which are listed in the Limitations of the Limited Configuration Change Property topic.

Syntax

Namespace: NationalInstruments.RFmx.BTMX

public int SetLimitedConfigurationChange(string selectorString, RFmxBTMXLimitedConfigurationChange value)

Remarks

This method sets the value of LimitedConfigurationChange attribute.The default value is Disabled.

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

valueRFmxBTMXLimitedConfigurationChange

Specifies the set of properties that are considered by RFmx in the locked signal configuration state. If your test system performs the same measurement at multiple frequencies and/or power levels repeatedly, enabling this method can help achieve faster measurements. When you set this method to a value other than Disabled, the RFmx driver will use an optimized code path and skip some checks. Because RFmx skips some checks when you use this method, you need to be aware of the limitations of this feature, which are listed in the Limitations of the Limited Configuration Change Property topic.

Returns

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