Write/Read
About Cal All

PathConfigurationElement Property


Description

Allows you to set and return the Path Configuration settings for a Cal All calibration.

 VB Syntax

calAll.PathConfigurationElement (element).value  = setting

Variable

(Type) - Description

calAll

A CalibrateAllChannels (object)

element

(String) Path configuration element to be set. See a list of configurable RF Path elements.

Is this also for IF Path configuration elements?

setting

(String) Path configuration element setting.

Return Type

String

Default

Default settings vary with each element.

Examples

CalAll.PathConfigurationElement(“Port1NoiseTuner”).value = “Internal”

'returns the PathConfigurationElement setting
value = CalAll.PathConfigurationElement(“Port1NoiseTuner”).value

C++ Syntax

HRESULT put_PathConfigurationElement(BSTR name, IPathElement** pElement);

Interface

ICalibrateAllChannels