# Property

Source: https://help.malighting.com/grandMA3/2.3/HTML/keyword_property.html
This is grandocs, an unofficial mirror of MA Lighting documentation. For authoritative or safety-relevant information, cite the canonical page on help.malighting.com.

---
To enter the Property keyword in the command line, use one of the options:

- Type **Property**
- Type the shortcut **Prop**

## Description

​The Property keyword is an object keyword which is used to communicate with the console for you to set a specific property.

It is used in conjunction with the [Set keyword](/grandma3/2-3/keyword_set/), the [SetUserVariable keyword](/grandma3/2-3/keyword_setuservariable/), or the [SetGlobalVariable keyword](/grandma3/2-3/keyword_setglobalvariable/). 

Syntax

\[Function] \[Object] \["Object\_Name" or Object\_Number] Property \["Property\_Name"]\(At + \[Object] \["Object\_Name" or Object\_Number]) \["Value"]

## Examples

- To set the ValueReadout to Hex8 in the current user profile, type:

|                                                                    |                                                                           |
| ------------------------------------------------------------------ | ------------------------------------------------------------------------- |
| ![](/img/grandma3/2-3/icon_commandline-input_logo_v2-0-59d23e.png) | User name\[Fixture]>Set CurrentUserProfile Property "ValueReadout" "Hex8" |

 

- To assign the filter "Only Dimmer" of cue 5 to "Break", type:

|                                                                    |                                                                          |
| ------------------------------------------------------------------ | ------------------------------------------------------------------------ |
| ![](/img/grandma3/2-3/icon_commandline-input_logo_v2-0-59d23e.png) | User name\[Fixture]>Set Cue 5 Property "Break" At + Filter "Dimmer Only" |