Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commandline paramters of ipc_* generators are not described well #631

Open
cpresser opened this issue Sep 16, 2020 · 0 comments
Open

Commandline paramters of ipc_* generators are not described well #631

cpresser opened this issue Sep 16, 2020 · 0 comments

Comments

@cpresser
Copy link
Collaborator

Most ipc_**.py generators have the following parameters

    parser.add_argument('files', metavar='file', type=str, nargs='+',
                        help='list of files holding information about what devices should be created.')
    parser.add_argument('--global_config', type=str, nargs='?', help='the config file defining how the footprint will look like. (KLC)', default='../tools/global_config_files/config_KLCv3.0.yaml')
    parser.add_argument('--series_config', type=str, nargs='?', help='the config file defining series parameters.', default='config_KLCv3.0.yaml')
    parser.add_argument('--ipc_definition', type=str, nargs='?', help='the ipc definition file', default='ipc7351B_smd_two_terminal.yaml')

From what I understand global and series have the same effect, but series overrides global. That should be reflected in the help text.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant