sleep¶
Module: missions.nodes.debug.sleep
¶
Inheritance diagram for pySPACE.missions.nodes.debug.sleep
:
SleepNode
¶
-
class
pySPACE.missions.nodes.debug.sleep.
SleepNode
(time=500, execution_phase='test', **kwargs)[source]¶ Bases:
pySPACE.missions.nodes.base_node.BaseNode
Sleeps for a fixed amount of time
Parameters
time: Number of milliseconds that the node should sleep for (mandatory, default:500)
Exemplary Call
- node : Sleep parameters : time : 200
Author: Andrei Ignat(andrei_cristian.ignat@dfki.de)
Created: 2015/01/30
POSSIBLE NODE NAMES: - SleepNode
- Sleep
POSSIBLE INPUT TYPES: - TimeSeries
- FeatureVector
- PredictionVector
Class Components Summary
_execute
(data)_train
(data)input_types
is_trainable
()-
input_types
= ['TimeSeries', 'FeatureVector', 'PredictionVector']¶