skrf.networkSet.NetworkSet.params_types

property NetworkSet.params_types: dict | None

Return a dictionnary describing the data type of each parameters.

Returns:

data_types – Dictionnary of the (guessed) type of each parameters. Return None if no parameters are defined in the NetworkSet.

Return type:

dict or None.