---
title: "getActiveLayer"
canonical: "https://help.vicon.com/space/ShogunPost119/850463886/getActiveLayer"
format: markdown
---
# Description

Returns the name of the active layer of the active clip. An error is generated if there is no clip on the scene.

## Functional area

NLE

# Command syntax

## Syntax

|  |
| --- |
| `getActiveLayer` |

### Arguments

None

### Flags

None

## Return value

string

The name of the active layer of the active clip

## Examples

```plaintext
// Print the name of the active clip
string $clip = `getActiveClip`;
print $clip;
 
// Print the name of the active layer
string $layer = `getActiveLayer`;
print $layer;
```

> Macro (scroll-pagebreak)

# Additional information

## Related commands

- [addLayer](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850462640)
- [addToClip](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850462727)
- [copyClip](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850463104)
- [cropClip](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850463418)
- [deleteClipData](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850463505)
- [flatten](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850463846)
- [getActiveClip](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850463878)
- [getClips](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850464022)
- [moveClip](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850464434)
- [offsetClips](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850464516)
- [removeFromClip](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850464829)
- [removeLayer](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850464837)
- [resetClip](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850464961)
- [selectClipObjects](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850468216)
- [setActiveClip](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850465195)
- [setActiveLayer](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850465210)
- [tileClips](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850466287)