RemoteParameter
Properties
defaultValue : ReflectionValue (Read-Only)
displayName : str (Read-Only)
group : str (Read-Only)
key : str (Read-Only)
max : float (Read-Only)
min : float (Read-Only)
noSequence : bool (Read-Only)
options : List[str] (Read-Only)
readOnly : bool (Read-Only)
step : float (Read-Only)
valueType : Type (Read-Only)
Methods
isArray(self) -> bool
Checks whether this parameter is a float array.
Returns: true if the parameter type is RS_PARAMETER_ARRAY.