add_parameter

RecorderStream.add_parameter(parameter_to_add)[source]

Add a paramter to the recorder stream.

Parameters

parameter_to_add (RecorderStreamParameter) – The recorder stream parameter to add to the stream.

Returns

:class:`RecorderStreamParameter`

Return type

The recorder stream parameter added.