Development status:
New development
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Communication/PyVisaInstrWrapper
Contact:
Class Description
Families: Communication
Key words: Instrumentation
Platform: All Platforms
Language: Python
Contact:
Hardware
Manufacturer: none
Bus: Visa
Class interface
Attributes:
Name | Description |
---|---|
clickScalar: DevBoolean | — |
beeperScalar: DevBoolean | — |
lockScalar: DevBoolean | — |
errorListSpectrum: DevString | — |
Commands:
Name | Description |
---|---|
InitVisaInput: DevVoid Output: DevVoid |
None. |
ResetVisaInput: DevVoid Output: DevVoid |
None. |
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. |
ResetInput: DevVoid Output: DevVoid |
None. |
StartInput: DevVoid Output: DevVoid |
None. |
StopInput: DevVoid Output: DevVoid |
None. |
LockInput: DevVoid Output: DevVoid |
None. |
UnlockInput: DevVoid Output: DevVoid |
None. |
IDNInput: DevVoid Output: DevString |
None. |
CMDInput: DevString Output: DevString |
None. |
OpenChInput: DevShort Output: DevVoid |
None. |
CloseChInput: DevShort Output: DevVoid |
None. |
ChannelStateInput: DevShort Output: DevBoolean |
None. |
Pipes:
Properties:
Name | Description |
---|---|
NumChannelsDevShort | This information is used to generate dynamically the number of spaces will be in much of the spectrum values. |
PyVisaDSDevString | The tango name of the PyVisaDS who is connected to the oscilloscope. |
logger_maxlenDevLong | A positive number to tune the number of characters of data to throw on the log file. |
LockInstrumentDevBoolean | Lock the front panel of the instrument on the device start up. |
Please log in to comment.