Development status:
Released,
Release: initial
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/MeasureInstruments/Agilent/AgilentE4421B
Contact:
Class Description
This class implements the standard signal generator interface for the Agilent E4421B signal generator
Families: MeasureInstruments
Key words: Agilent
Language: Cpp
Contact:
Class interface
Attributes:
Name | Description |
---|---|
PowerScalar: DevDouble | — |
FrequencyScalar: DevDouble | — |
Rf_modScalar: DevBoolean | — |
Rf_mod_clk_internalScalar: DevBoolean | — |
Rf_mod_widthScalar: DevDouble | — |
Rf_mod_periodScalar: DevDouble | — |
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. |
OnInput: DevVoid Output: DevVoid |
It turns ON the generator ouput |
OffInput: DevVoid Output: DevVoid |
It turns OFF the generator output |
ResetInput: DevVoid Output: DevVoid |
This command resets the generator to a known state: RF_output : OFF RF_mod: OFF RF_amp: -40 dBm RF_freq: 499.654MHz RF_mod_clk_internal: true RF_mod_width: 8 us RF_mod_period: 16 us |
Pipes:
Properties:
Name | Description |
---|---|
SerialLineDeviceNameDevString | This is the serial line device that controls the RF generator |
Please log in to comment.
Generated
README
b'ALBAs device server for Agilent E4421B,\nOriginally developed by David dbeltran@cells.es.\n\nExpects that Serial line header files reside in ../Serial and the matching object files in the \ncurrent directory. Used here at ALBA with openSuse10.2.\n\nCompiling\n\nTANGO_HOME set to the directory that contains includes and lib subdirectories for Tango.\nOMNI_HOME set to the directory that contains includes and lib subdirectories for Tango.\n\n\nShould any question arise feel free to ask me lkrause@cells.es.\n'
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.