control.iosys._process_iosys_keywords
- control.iosys._process_iosys_keywords(keywords={}, defaults={}, static=False, end=False)[source]
Process iosys specification.
This function processes the standard keywords used in initializing an I/O system. It first looks in the
keywordsdictionary to see if a value is specified. If not, thedefaultsdictionary is used. Thedefaultsdictionary can also be set to anInputOutputSystemobject, which is useful for copy constructors that change system/signal names.If
endis True, then generate an error if there are any remaining keywords.