---
title: "getActiveShelfTab"
canonical: "https://help.vicon.com/space/Shogun16/13341084/getActiveShelfTab"
format: markdown
---
# Description

Returns the name of the shelf tab which is currently selected and active in the GUI.

## Functional area

Interface

# Command syntax

## Syntax

|  |
| --- |
| `getActiveShelfTab` |

### Arguments

None

### Flags

None

## Return value

string

## Examples

```plaintext
// Print the active tab name to the command line 
string $temp = `getActiveShelfTab`;
print $temp;
```

> Macro (scroll-pagebreak)

# Additional information

## Related commands

- [addTab](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13340717)
- [deleteAllTabItems](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13339836)
- [deleteTabItem](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13339887)
- [findTabItem](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13339779)
- [getTabItem](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13341476)
- [getTabSelItem](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13341506)
- [selectTabItem](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13340386)
- [setTabHandler](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13341818)