| Library | Module | Frames | Expand |
| /* readonly */ boolean | ParamBooleanVal | |
| The Boolean value | ||
| /* readonly */ number | ParamDoubleVal | |
| The double value | ||
| /* readonly */ number | ParamIntVal | |
| The integer value | ||
| /* readonly */ string | ParamStringVal | |
| The string value | ||
| /* readonly */ number | ParamType | |
| The data type of the parameter | ||
| /* readonly */ pfcParamValue | ParamValueObject | |
| The PFC object generated by the method pfcScript.pwlParameterValueGet() | ||
| /* readonly */ boolean | ParamBooleanVal |
|
The Boolean value |
| /* readonly */ number | ParamDoubleVal |
|
The double value |
| /* readonly */ number | ParamIntVal |
|
The integer value |
| /* readonly */ string | ParamStringVal |
|
The string value |
| /* readonly */ number | ParamType |
|
The data type of the parameter |
| /* readonly */ pfcParamValue | ParamValueObject |
|
The PFC object generated by the method pfcScript.pwlParameterValueGet() These objects help you transition PWL style code to PFC code. |