Click or drag to resize

SelectorStyleRepCap::GetActivePhysicalNames

Returns the PhysicalNameList containing all of the PhysicalName objects for the expanded active selector.

static ViStatus GetActivePhysicalNames(ViSession Vi, PhysicalNameList<T>& physicalNames);
Parameters
Vi

[in] ViSession handle for the driver session.

physicalNames

[out] The PhysicalNameList containing the physical names resulting from the expansion of the active selector set by the most recent call to the SetActiveSelector function.

Return Value

Returns a VI_SUCCESS if the operation was successful or a failure ViStatus otherwise.

Remarks

See the discussion of the SetActiveSelector function and the ExpandSelector function for details on how selector strings are expanded into physical names.

Download a complete CHM version of this documentation here.