InstrSessionMgr.HideCategory

Syntax

InstrSessionMgr.HideCategory( category, hide)

Purpose

Hides a top-level category. For example, if you do not use VISA sessions, you can hide the "VISA" category to avoid retrieving VISA logical names and to avoid spending the time it takes VISA to initially query for available resource names the first time you call the InstrSessionMgr.GetNames method.

Parameters

category As String

[In] Pass the name of the top-level category to hide or show.

hide As Boolean

[In] Pass True or False to specify whether to hide the category.

See Also

InstrSessionMgr.GetNames

Instrument Session Categories