|
def | __call__ (self, kwargs) |
|
def | create (self, kwargs) |
|
def | deregister_to_receive (self, RfType=None) |
|
def | param (self, param_name, kwargs) |
|
def | receive (self, rf_obj) |
|
def | register_parameter (self, param_name, param_def) |
|
def | register_to_receive (self, RfType) |
|
def | retrieval_flag (self, kwargs) |
|
def | retrieval_flag (self) |
|
Definition at line 26 of file instrument.py.
◆ __call__()
def Python.factory.creator.base.Creator.__call__ |
( |
|
self, |
|
|
|
kwargs |
|
) |
| |
|
inherited |
Turns creators into callables so that they can be evaluated by ConfigParam as any other callable without it
needing to know any details of this class.
Definition at line 164 of file base.py.
◆ create()
def Python.factory.creator.instrument.DispersionPolynomial.create |
( |
|
self, |
|
|
|
kwargs |
|
) |
| |
◆ deregister_to_receive()
def Python.factory.creator.base.Creator.deregister_to_receive |
( |
|
self, |
|
|
|
RfType = None |
|
) |
| |
|
inherited |
◆ param()
def Python.factory.creator.base.Creator.param |
( |
|
self, |
|
|
|
param_name, |
|
|
|
kwargs |
|
) |
| |
|
inherited |
◆ receive()
def Python.factory.creator.base.Creator.receive |
( |
|
self, |
|
|
|
rf_obj |
|
) |
| |
|
inherited |
◆ register_parameter()
def Python.factory.creator.base.Creator.register_parameter |
( |
|
self, |
|
|
|
param_name, |
|
|
|
param_def |
|
) |
| |
|
inherited |
◆ register_to_receive()
def Python.factory.creator.base.Creator.register_to_receive |
( |
|
self, |
|
|
|
RfType |
|
) |
| |
|
inherited |
◆ retrieval_flag() [1/2]
def Python.factory.creator.value.CreatorFlaggedValueMultiChannel.retrieval_flag |
( |
|
self, |
|
|
|
kwargs |
|
) |
| |
|
inherited |
◆ retrieval_flag() [2/2]
def Python.factory.creator.instrument.DispersionPolynomial.retrieval_flag |
( |
|
self | ) |
|
◆ common_store
Python.factory.creator.base.Creator.common_store |
|
inherited |
◆ config_def
Python.factory.creator.base.Creator.config_def |
|
inherited |
◆ desc_band_name
Python.factory.creator.instrument.DispersionPolynomial.desc_band_name = param.Iterable(str) |
|
static |
◆ is_one_based
Python.factory.creator.instrument.DispersionPolynomial.is_one_based = param.Scalar(bool, default=False) |
|
static |
◆ num_channels
Python.factory.creator.instrument.DispersionPolynomial.num_channels = param.Scalar(int) |
|
static |
◆ num_parameters
Python.factory.creator.instrument.DispersionPolynomial.num_parameters = param.Scalar(int, default=2) |
|
static |
◆ number_samples
Python.factory.creator.instrument.DispersionPolynomial.number_samples = param.Array(dims=1) |
|
static |
◆ parameters
Python.factory.creator.base.Creator.parameters |
|
inherited |
◆ retrieved
Python.factory.creator.value.CreatorFlaggedValueMultiChannel.retrieved = param.Iterable(required=False) |
|
staticinherited |
◆ spec_win
Python.factory.creator.instrument.DispersionPolynomial.spec_win = param.InstanceOf(rf.SpectralWindow) |
|
static |
◆ value
The documentation for this class was generated from the following file: