GetNamesOptions
- Updated2025-07-21
- 1 minute(s) read
GetNamesOptions
Use these constants in the flags parameter to specify the types of names and the format of the names the InstrSessionMgr.GetNames method returns.
- IncludeCategoryPrefix –(Value: 0x08) Specifies that the names the InstrSessionMgr.GetNames method returns include a category prefix.
- ReturnHiddenNames –(Value: 0x04) Specifies that the InstrSessionMgr.GetNames method returns names Session Manager recognizes but that you typically do not display to users. Specifically, the InstrSessionMgr.GetNames method returns full virtual instrument names, such as "VPPVInstr->FlukeDMM" or "VInstr->tk252xg" .
- ReturnLogicalNames –(Value: 0x01) Specifies that the InstrSessionMgr.GetNames method returns logical names.
- ReturnRouteGroups –(Value: 0x10) Specifies that the InstrSessionMgr.GetNames method returns switch execution route group names.
- ReturnRoutes –(Value: 0x20) Specifies that the InstrSessionMgr.GetNames method returns NI Switch Executive route names.
- ReturnVirtualInstruments –(Value: 0x02) Specifies that the InstrSessionMgr.GetNames method returns IVI virtual instrument names, VXI plug&play virtual instrument names, VISA resource names, and NI Switch Executive virtual device names.