PhysicalName::ExportedFullName
Returns either the qualified or unqualified repeated capability full physical name based upon whether the repeated capability has been configured to use qualified physical names.
Syntax
Section titled “Syntax”const char* ExportedFullName() const;Return value
Section titled “Return value”Returns either the qualified or unqualified repeated capability physical full name.
Remarks
Section titled “Remarks”Repeated capabilities can be configured to use either qualified or unqualified physical names when registering names in the IVI Configuration Store and when returning physical name strings from the driver functions such as GetChannelName. This selection is made in the Driver Settings Editor.
This function will behave exactly as either the FullName function or the QualifiedFullName function depending upon how the repeated capability has been configured. See the help topics on those functions for more information.