pyFDN.fdn_system_gallery#
- pyFDN.fdn_system_gallery(N=None, system_type=None)[source]#
Return a full FDN system (A, B, C, D) of the requested type, or list all type names.
- Parameters:
- Return type:
- Returns:
FDNSystemnamed tuple(A, B, C, D), or a list of type-name strings.
Example:
fdn_system_gallery() # → list of type strings fdn_system_gallery(8, "allpassInFDN")