Development status:
Released,
Release: Release_1_1
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/OtherInstruments/PiLCGateTriggeredVFC
Contact:
Class Description
Class for controlling a PiLC used as a VFC triggered by gates
Families: OtherInstruments
Key words:
Platform: Unix Like
Language: Python
License: GPL
Contact:
Hardware
Manufacturer: none
Bus: Not Applicable
Class interface
Attributes:
| Name | Description |
|---|---|
| ArmScalar: DevLong | Set to 1 for start a measurement |
| TriggerModeScalar: DevLong | 0 -> external trigger, 1 -> internal trigger |
| GateLengthScalar: DevDouble | Length of the trigger gate, us precission |
| NbGatesScalar: DevLong | Number of gates |
| RemainingGatesScalar: DevLong | Number of remaining gates |
| VFCValue1Scalar: DevLong | — |
| VFCValue2Scalar: DevLong | — |
| VFCValue3Scalar: DevLong | — |
| DADCValue1Scalar: DevDouble | — |
| DADCValue2Scalar: DevDouble | — |
| DADCValue3Scalar: DevDouble | — |
| DADCValue4Scalar: DevDouble | — |
Commands:
| Name | Description |
|---|---|
| StateInput: DevVoid Output: State Device state |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
| StatusInput: DevVoid Output: ConstDevString Device status |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
Pipes:
Properties:
| Name | Description |
|---|---|
| PiLCDeviceDevString | Name of the PiLC tango device to connect to |
Please log in to comment.