piel.models.physical.opto_electronic.snspd#
Attributes#
Functions#
|
This function generates a representation of a Superconducting Nanowire Single-Photon Detector (SNSPD) device. |
Module Contents#
- physical_snspd(model: str = 'SNSPD', **kwargs) piel.types.PhysicalComponent[source]#
This function generates a representation of a Superconducting Nanowire Single-Photon Detector (SNSPD) device.
Parameters:#
- namestr, optional
The name of the SNSPD device. Default is an empty string.
- modelstr, optional
The model of the SNSPD device. Default is “SNSPD”.
- manufacturerstr, optional
The manufacturer of the SNSPD device. Default is an empty string.
Returns:#
: PhysicalComponent
An instance of the PhysicalComponent class representing the SNSPD device.
- photonspot_snspd#