vfoSetProtocolClassName
vfoSetProtocolClassName(
cellview
className
)
=> t / nil
Description
Sets the protocol class for fluid Pcell for the given Pcell supermaster. This function gets called in the Pcell code for creating the supermaster of a fluid guard ring device in a text file.
Arguments
Value Returned
|
The protocol class for the fluid Pcell was successfully set. |
|
Example
-
If the Pcell
vfoProtocolClassparameter is set tovfoSfImplClass, then:vfoSetProtocolClassName (pcell~>cv pcell~>vfoProtocolClass) => vfoSfImplClass
-
Sets the Pcell
vfoProtocolClassparameter asmyProtocolClasswhile defining the cellview:vfoSetProtocolClassName (tcCellView 'myProtocolClass) => myProtocolClass
Return to top