Static.generator

Static.generator

Static.generator(t)[source]

This will configure the radar system and return a pointer to the contained radar system instance with the correct configuration. It should always assume the input t is an iterable and use yield to return radar, meta. The meta variable should be a dict with the fields defined in META_FIELDS

NOTE: This is NOT guaranteed to return a copy of the radar system, however, the subclass should implement this as a option.