Development status:
Released,
Release: release_1_0_5
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/MeasureInstruments/Agilent/Agilent33x20A
Contact:
Class Description
- This class implements the standard signal generator interface for the Agilent 33120a
- and 33220a signal generators.
Families: MeasureInstruments
Key words: Agilent
Language: Cpp
Contact:
Class interface
Attributes:
Name | Description |
---|---|
FrequencyScalar: DevDouble | — |
VoltageScalar: DevDouble | — |
VoltageOffsetScalar: DevDouble | — |
FunctionScalar: DevString | — |
SweepStartFrequencyScalar: DevDouble | — |
SweepStopFrequencyScalar: DevDouble | — |
SweepSpacingScalar: DevString | — |
SweepTimeScalar: DevDouble | — |
TriggerSourceScalar: DevString | — |
BurstCyclesScalar: DevLong | — |
BurstPhaseScalar: DevDouble | — |
BurstRateScalar: DevDouble | — |
ModeScalar: DevString | — |
ModulationSourceScalar: DevString | — |
ModulationFrequencyScalar: DevDouble | — |
ModulationFunctionScalar: DevString | — |
AMDepthScalar: DevDouble | — |
FMDeviationScalar: 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 |
Switch signal generation ON according to settings. |
OffInput: DevVoid Output: DevVoid |
Switch signal generation OFF. |
ResetInput: DevVoid Output: DevVoid |
None. |
Pipes:
Properties:
Name | Description |
---|---|
GpibServerDevString | name of gpib device proxy e.g. sr/d-tm/hp33120-gpib |
Please log in to comment.
Generated
README
b'//-============================================================\n//\n// This class has been generated by POGO\n// (Program Obviously used to Generate tango Object)\n//\n// (c) - Software Engineering Group - ESRF\n//=============================================================\n\n\nFiles generated:\n===============\nAgilent33x20.cpp: Source code for the Agilent33x20 class and its commands.\n This class is derived from DeviceImpl_2 class.\n It represents the CORBA servant obbject which\n will be accessed from the network.\n All commands which can be executed on the\n Agilent33x20 are implemented in this file.\n\nAgilent33x20.h: Include for the Agilent33x20 class.\n Server class prototypes and descriptions.\n\nAgilent33x20Class.cpp: A singleton class derived fromAgilent33x20.\n It implements the command list and all properties\n and methods required by the Agilent33x20 once per process\n\nAgilent33x20Class.h:\tInclude for the Agilent33x20Class root class.\n This class is represents the singleton class for\n the Agilent33x20 device class.\n It contains all properties and methods which the \n Agilent33x20 requires only once e.g. the commands.\n\nmain.cpp:\t\tC++ source for a TANGO device server main.\n The main rule is to initialise (and create) the Tango\n system and to create the DServerClass singleton.\n The main should be the same for every Tango device server.\n\nClassFactory.cpp:\tC++ source for the class_factory method of the DServer\n device class. This method is responsible to create\n all class singletin for a device server. It is called\n at device server startup\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.