instPhysicalOnly
layout instPhysicalOnly boolean { t | nil }
Description
Creates an instance in such a way such that it exists only in the block domain and not in the module domain.
GUI Equivalent
Examples
envGetVal("layout" "instPhysicalOnly")
envSetVal("layout" "instPhysicalOnly" 'boolean t)
Related Topics
Return to top