This is historical information of device classes implemented in PyGenericSpectrumGenerator device server.
Use this link to find the valid information.
Development status:
Released
Information status: Updated
Contact:
Class Description
- generate x and y spectrum from a specified function
- variables used in the function must be specified in properties and are dynamically generated as read attributes
Families: Calculation
Key words:
Platform: All Platforms
Language: Python
Contact:
Hardware
Manufacturer: none
Bus: Not Applicable
Class interface
Attributes:
| Name | Description |
|---|---|
| FunctionStringScalar: DevString | — |
| XdataSpectrum: DevFloat | — |
| YdataSpectrum: DevFloat | — |
Commands:
| Name | Description |
|---|---|
| StateInput: DevVoid Output: State |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
| StatusInput: DevVoid Output: DevString |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
| GenerateInput: DevVoid Output: DevVoid |
generate new variables |
Pipes:
Properties:
| Name | Description |
|---|---|
| FunctionDevString | function to evaluate a*x*x+b |
| VariablesDevString | Variables used in the function separated by , |
| RandomRangeStartDevFloat | start of range for random parameters |
| RandomRangeEndDevFloat | end of range for random parameters |
| XstartDevFloat | start of x data |
| XendDevFloat | end of x data |
| XstepDevFloat | step for x data |
| NoiseDevFloat | Noise factor to add to datas |
22 Feb 2018, DS Admin
Updated:
The device class has been updated.
You are looking at this version now.
20 Apr 2017, Piotr Goryl
Updated:
The device class has been updated.
You can see previous version here .
23 Feb 2017, Piotr Goryl
Created:
The device class has been added to catalogue.
Updated:
The device class has been updated.
You are looking at this version now.
20 Apr 2017, Piotr Goryl
Updated:
The device class has been updated.
You can see previous version here .
23 Feb 2017, Piotr Goryl
Created:
The device class has been added to catalogue.
Added by:pgoryl2
on:22 Feb 2018, 2:27 p.m.