Click or drag to resize

STARCommand Class

STAR command wrapper
Inheritance Hierarchy
SystemObject
  Huarui.STARLineSTARCommand

Namespace:  Huarui.STARLine
Assembly:  SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public class STARCommand : IDisposable

The STARCommand type exposes the following members.

Constructors
  NameDescription
Public methodSTARCommand
Star command construction
Top
Properties
  NameDescription
Public propertyChannel
Pipetting channel 1000ul
Public propertyDeck
Deck layout
Public propertyInstrumentName
Instrumet name, e.q. ML_STAR
Public propertyIsFrontCoverLocked
Check the front cover, if it is locked
Public propertyIsInitialized
is instrument initialized
Public propertyIsSampleTrackingEnabled
Sample Tracking function enabled
Public propertyIsSimulation
Is instrument controlled in simulation
Public propertyIsTADMActive
TADDM feature installed
Public propertyLeftArm
Left Arm
Public propertyLog
Log for ML_STAR. By default log will be written to hamilton log files. you can redirect to other destination
Public propertyRightArm
Right Arm
Public propertyRunId
Run Id of current run
Public propertyRunName
Name of current run
Top
Methods
  NameDescription
Public methodAbort
Abort instrument control
Public methodDispose
free all the resource
Public methodEnd
End instrument control
Public methodFormatTrace
Logging
Public methodInit(Boolean, String)
Initialize the instrument control
Public methodInit(Int32, Boolean, String)
Initialize the instrument control
Public methodInit(String, Int32, Boolean, String)
Initialize the instrument control
Public methodInit3DSystemView
Initialize the 3D System layout viewer
Public methodInitialize
Intialize the instrument
Public methodLockFrontCover
Lock the front cover
Public methodPause
Pause instrument control
Public methodQueryCarrierPresenceOnDeck
Query Carrier Presence on Deck
Public methodResume
Resume instrument control after pausing
Public methodSendFirmware
Send firmware command
Public methodStart
Start instrument control
Public methodStatic memberWaitConnection
Wait instrument for connection
Top
Events
  NameDescription
Public eventOnAborted
Insrument control abort event
Public eventOnControlPanelComplete
Instrument control panel show completed
Public eventOnDeviceCreated
Device created event, use can call all the funcation after this event
Public eventOnDeviceErrorOccured
Device error event handler, for problem reporting only
Public eventOnEnded
Instrument control Complete event
Public eventOnInstrumentDeckCreated
Instrument Deck layout created event
Public eventOnPaused
Instrument control paused event
Public eventOnPausing
Instrument control Pausing event
Public eventOnResumed
Instrument control resued event
Public eventOnStarted
Instrument control started event
Public eventOnSystemDeckCreated
System deck created event, use can create 3DViewer after this event
Top
See Also