PicomotorController8742

From: Newport

Class: herosdevices.hardware.newport.picomotor.PicomotorController8742

Driver Quality Index: alpha

HEROS driver for 4-channel picomotor controller 8742.

Bold arguments are mandatory. For more information on the listed arguments refer to the class documentation: herosdevices.hardware.newport.picomotor.PicomotorController8742 If parameters appear in this list but not in the class definition, please recursively check the linked base classes for the definition of the parameter.

Argument

Type

Default Value

Description

host

<class ‘str’>

IP address of the controller, e.g. “192.168.1.42”.

port

<class ‘int’>

23

listening port, typically 23.

timeout

<class ‘int’>

5000

The following JSON strings can be used to start a HERO device representation of PicomotorController8742 using BOSS.

{
    "_id": "my_PicomotorController8742",
    "classname": "herosdevices.hardware.newport.picomotor.PicomotorController8742",
    "arguments": {
        "host": "<class 'str'>",
        "port": 23,
        "timeout": 5000
    }
}

generated from signature

digraph inheritance53c7aa957c { bgcolor=transparent; rankdir=TB; size=""; "herosdevices.core.templates.serial.SerialDeviceTemplate" [URL="../../../autoapi/herosdevices/core/templates/serial/index.html#herosdevices.core.templates.serial.SerialDeviceTemplate",color="#5fabe8",fillcolor="#5fabe827",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,penwidth=2,shape=box,style="rounded,filled",target="_top",tooltip="Template (base class) for devices which are controlled or read out through a serial interface."]; "herosdevices.hardware.newport.picomotor.PicomotorController8742" [URL="../../../autoapi/herosdevices/hardware/newport/picomotor/index.html#herosdevices.hardware.newport.picomotor.PicomotorController8742",color="#5fabe8",fillcolor="#5fabe827",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,penwidth=2,shape=box,style="rounded,filled",target="_top",tooltip="HEROS driver for 4-channel picomotor controller 8742."]; "herosdevices.core.templates.serial.SerialDeviceTemplate" -> "herosdevices.hardware.newport.picomotor.PicomotorController8742" [arrowsize=1,color="#5fabe8",dir="back",penwidth=2,style="setlinewidth(0.5)"]; }