PropertyObject.Name
Returns the name of the PropertyObject.
TestStand expressions require PropertyObject names to be strings that contain only letters, numbers, and underscores; they cannot contain spaces, start with a number, or be empty. For example, "MyVariableName_2000" is a valid PropertyObject name. Names of elements in a PropertyObject array can contain any character. Both sequence names and step names are examples of such named array elements.
![]() | Note TestStand does not generate an error if you specify an invalid name for a PropertyObject. |