Help Topics for awg

Project

awg

Function

find_cable

Sample CLI

gway awg find-cable

References

['debug', 'info', 'sql', 'sql.open_connection']

Signature

(*, meters: Union[int, str, NoneType] = None, amps: Union[int, str] = '40', volts: Union[int, str] =
'220', material: Literal['cu', 'al', '?'] = 'cu', max_lines: Union[int, str] = '1', phases:
Literal['1', '3', 1, 3] = '1', conduit: Union[str, bool, NoneType] = None, neutral: Union[int, str]
= '1')

Docstring

Calculate the type of cable needed for an electrical system.

Project

awg

Function

find_conduit

Sample CLI

gway awg find-conduit

References

['sql', 'sql.open_connection']

Signature

(awg, cables, *, conduit='emt')

Docstring

Calculate the kind of conduit required for a set of cables.

Project

web.site

Function

view_awg_finder

Sample CLI

gway web.site view-awg-finder

References

['awg', 'awg.find_cable']

Signature

(*args, meters=None, amps='40', volts='220', material='cu', max_lines='3', phases='1', conduit=None,
neutral='0', **kwargs)

Docstring

Page builder for AWG cable finder with HTML form and result.