OpticalChannel
- See also:
Format Specification or Source Specification for OpticalChannel.
- class types.core.OpticalChannel(varargin)[source]
Bases:
types.core.NWBContainer,types.untyped.GroupClassOPTICALCHANNEL - An optical channel used to record from an imaging plane.
- Required Properties*:
- Constructor Summary
- OpticalChannel(varargin)
OPTICALCHANNEL - Constructor for
OpticalChannel- Syntax:
opticalChannel = types.core.OPTICALCHANNEL()creates an OpticalChannel object with unset property values.opticalChannel = types.core.OPTICALCHANNEL(Name, Value)creates an OpticalChannel object where one or more property values are specified using name-value pairs.- Input Arguments (Name-Value Arguments):
description (
char) - Description or other notes about the channel.emission_lambda (
single) - Emission wavelength for channel, in nm.
- Output Arguments:
opticalChannel (
types.core.OpticalChannel) - AnOpticalChannelobject
- Property Summary
- description
REQUIRED (
char) Description or other notes about the channel.
- emission_lambda
REQUIRED (
single) Emission wavelength for channel, in nm.
Tip
* If a required property link is not functional, the property may be defined in a superclass. Please refer to the superclass documentation.