devicesFilePath
vem.cpd devicesFilePath string conf_file_path
Description
Generates marker shapes over the created device using logical operations. The default value is "".
GUI Equivalent
Examples
envGetVal("vem.cpd" "devicesFilePath")
envSetVal("vem.cpd" "devicesFilePath" 'string "/workdir/devices.txt")
Related Topics
Variables for the Custom Passive Device Authoring Flow
Authoring Custom Passive Devices
deviceMapFilePath
vem.cpd deviceMapFilePath string conf_file_path
Description
Refers to a file that has required inputs to generate device signatures, such as recognition layer, marker layer, pin mapping, and context layers. The default value is "".
GUI Equivalent
Examples
envGetVal("vem.cpd" "deviceMapFilePath")
envSetVal("vem.cpd" "deviceMapFilePath" 'string "/workdir/MapDevices.txt")
Related Topics
Variables for the Custom Passive Device Authoring Flow
Authoring Custom Passive Devices
Return to top