Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 635 Bytes

File metadata and controls

33 lines (27 loc) · 635 Bytes

GetVisionMapping

Description

Gets the mapping of the lighting device fields from Vectorworks to Vision.

PROCEDURE GetVisionMapping(
				VAR color    : STRING;
				VAR universe : STRING;
				VAR gobo     : STRING;
				VAR name     : STRING;
				VAR channel  : STRING);
def vs.GetVisionMapping():
    return (color, universe, gobo, name, channel)

Parameters

Name Type Description
color STRING
universe STRING
gobo STRING
name STRING
channel STRING

Version

Availability: from Vectorworks 2018

Category