Library | Module

Class pfcParameterValueGetReturn



Description

Returned from the method pfcScript.pwlParameterValueGet()
Direct Parent Classes:
pfcStandardReturn



Property Summary

/* readonly */ booleanParamBooleanVal
The Boolean value
/* readonly */ numberParamDoubleVal
The double value
/* readonly */ numberParamIntVal
The integer value
/* readonly */ stringParamStringVal
The string value
/* readonly */ numberParamType
The data type of the parameter
/* readonly */ pfcParamValueParamValueObject
The PFC object generated by the method pfcScript.pwlParameterValueGet()



Property Detail


/* readonly */ booleanParamBooleanVal

The Boolean value




/* readonly */ numberParamDoubleVal

The double value




/* readonly */ numberParamIntVal

The integer value




/* readonly */ stringParamStringVal

The string value




/* readonly */ numberParamType

The data type of the parameter




/* readonly */ pfcParamValueParamValueObject

The PFC object generated by the method pfcScript.pwlParameterValueGet()

These objects help you transition PWL style code to PFC code.