Creates an operator that extracts only the raw parameter values from monitoring status messages.
If monitoring parameter values are present in the incoming message, each value is converted into
its resolved primitive representation (e.g., number, boolean, string) via getParameterValue.
When a message contains no monitoring payload or parameter value list, an empty array is emitted.
Returns
An operator that maps an Observable<IMotionMasterMessage> to an array of resolved parameter values.
Creates an operator that extracts only the raw parameter values from monitoring status messages. If monitoring parameter values are present in the incoming message, each value is converted into its resolved primitive representation (e.g., number, boolean, string) via
getParameterValue.When a message contains no monitoring payload or parameter value list, an empty array is emitted.
Returns
An operator that maps an
Observable<IMotionMasterMessage>to an array of resolved parameter values.Example
Remarks