tidy3d
tidy3d copied to clipboard
Custom Source API
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.'
)