@@ -856,7 +856,6 @@ def get_sax_spectrum(
856856 port_pairs : typing .Sequence [typing .Sequence [typing .Optional [typing .Any ]]],
857857 settings : Settings ,
858858 wls : typing .Sequence [float ],
859- jit_compile : typing .Optional [bool ] = OMIT ,
860859 use_ideal_component_models : typing .Optional [bool ] = OMIT ,
861860 request_options : typing .Optional [RequestOptions ] = None ,
862861 ) -> GetSpectrumResponse :
@@ -873,8 +872,6 @@ def get_sax_spectrum(
873872
874873 wls : typing.Sequence[float]
875874
876- jit_compile : typing.Optional[bool]
877-
878875 use_ideal_component_models : typing.Optional[bool]
879876
880877 request_options : typing.Optional[RequestOptions]
@@ -907,7 +904,6 @@ def get_sax_spectrum(
907904 object_ = netlist , annotation = Netlist , direction = "write"
908905 ),
909906 "port_pairs" : port_pairs ,
910- "jit_compile" : jit_compile ,
911907 "settings" : convert_and_respect_annotation_metadata (
912908 object_ = settings , annotation = Settings , direction = "write"
913909 ),
@@ -1920,7 +1916,6 @@ async def get_sax_spectrum(
19201916 port_pairs : typing .Sequence [typing .Sequence [typing .Optional [typing .Any ]]],
19211917 settings : Settings ,
19221918 wls : typing .Sequence [float ],
1923- jit_compile : typing .Optional [bool ] = OMIT ,
19241919 use_ideal_component_models : typing .Optional [bool ] = OMIT ,
19251920 request_options : typing .Optional [RequestOptions ] = None ,
19261921 ) -> GetSpectrumResponse :
@@ -1937,8 +1932,6 @@ async def get_sax_spectrum(
19371932
19381933 wls : typing.Sequence[float]
19391934
1940- jit_compile : typing.Optional[bool]
1941-
19421935 use_ideal_component_models : typing.Optional[bool]
19431936
19441937 request_options : typing.Optional[RequestOptions]
@@ -1979,7 +1972,6 @@ async def main() -> None:
19791972 object_ = netlist , annotation = Netlist , direction = "write"
19801973 ),
19811974 "port_pairs" : port_pairs ,
1982- "jit_compile" : jit_compile ,
19831975 "settings" : convert_and_respect_annotation_metadata (
19841976 object_ = settings , annotation = Settings , direction = "write"
19851977 ),
0 commit comments