tidy3d icon indicating copy to clipboard operation
tidy3d copied to clipboard

Custom Source API

Open tylerflex opened this issue 3 years ago • 0 comments

class CustomSource(PlanarSource):

    equivalent_field : FieldData = pd.Field(
        ...,
        title='Equivalent Field',
        description=
            'FieldData object containing the desired E and H field on the surface spanned by the CustomSource object.'
            'Will construct the J and M on the server needed to reproduce these fields.'
            'Must be placed in homogeneous medium'
            'Only planar geometry supported.'
    )

tylerflex avatar May 27 '22 20:05 tylerflex