Development status:
Released,
Release: Release_1_0
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/CounterTimer/VFCPiLC
Contact:
Class Description
Counter using the PiLC
Families: CounterTimer
Key words:
Platform: Unix Like
Language: Python
License: GPL
Contact:
Hardware
Manufacturer: none
Bus: Not Applicable
Class interface
Attributes:
Name | Description |
---|---|
CountsScalar: DevDouble | — |
OffsetScalar: DevDouble | — |
VoltageScalar: DevDouble | — |
PrescalerScalar: DevLong | 0-5MHz (2184), 0-10MHz (4369), 0-15 MHz (6557), 0-20 MHz (8738), 0-25 MHz (10922), 0-30 MHz (13107) |
PrescalerSetpointScalar: DevLong | 1: 0-5MHz (2184), 2: 0-10MHz (4369), 3: 0-15 MHz (6557), 4: 0-20 MHz (8738), 5: 0-25 MHz (10922), 6: 0-30 MHz (13107) |
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 |
---|---|
PiLCDeviceNameDevString | Name of the PiLC Tango device to connect to. |
CounterIDDevLong | 0 -> I0_1_IN_Register (Prescaler) I0_1_OUT_Register (Voltage) I0_9_OUT_Register (Counts) 1 -> I0_2_IN_Register (Prescaler) I0_2_OUT_Register (Voltage) I0_10_OUT_Register (Counts) ... until 8 channels |
Please log in to comment.