Previous topic

xsect.data.filter_aisc

Next topic

xsect.data.query_aisc_shapes

This Page

xsect.data.query_aisc

xsect.data.query_aisc(name, metric=False, version=None)[source]

Queries the AISC steel shape database and returns a dictionary of the result.

Parameters:
name : str

The name of the member.

metric : bool

If True, searches for the name in the metric shape database. Otherwise, searches for the name in the imperial shape database.

version : {‘15.0’}

The version of the shape database to query. If None, the latest version will be used.