ifw-fcf  5.0.0-pre2
Public Member Functions | List of all members
clib.piezo_setup.PiezoSetup Class Reference

PiezoSetup provides all methods to build the payload of a Piezo device. More...

Public Member Functions

def __init__ (self, fcfmal, device)
 Override parent class to be able to define the correct CII data entity. More...
 
def move_in_user (self, pos1, pos2, pos3)
 Parameters to move a piezo in user units. More...
 
def move_in_bits (self, bit1, bit2, bit3)
 Parameters to move a piezo in bits. More...
 
def set_auto (self)
 Parameters to start a piezo in AUTO mode. More...
 
def set_pos (self)
 Parameters to start a piezo in POS mode. More...
 
def set_home (self)
 Parameters to move a piezo to HOME position. More...
 
def set_dictionary (self, dict)
 Set parameters according to a dictionary. More...
 
def get_buffer (self)
 Get ADC payload data (union) More...
 

Detailed Description

PiezoSetup provides all methods to build the payload of a Piezo device.

Constructor & Destructor Documentation

◆ __init__()

def clib.piezo_setup.PiezoSetup.__init__ (   self,
  fcfmal,
  device 
)

Override parent class to be able to define the correct CII data entity.

Member Function Documentation

◆ get_buffer()

def clib.piezo_setup.PiezoSetup.get_buffer (   self)

Get ADC payload data (union)

◆ move_in_bits()

def clib.piezo_setup.PiezoSetup.move_in_bits (   self,
  bit1,
  bit2,
  bit3 
)

Parameters to move a piezo in bits.

◆ move_in_user()

def clib.piezo_setup.PiezoSetup.move_in_user (   self,
  pos1,
  pos2,
  pos3 
)

Parameters to move a piezo in user units.

◆ set_auto()

def clib.piezo_setup.PiezoSetup.set_auto (   self)

Parameters to start a piezo in AUTO mode.

◆ set_dictionary()

def clib.piezo_setup.PiezoSetup.set_dictionary (   self,
  dict 
)

Set parameters according to a dictionary.

◆ set_home()

def clib.piezo_setup.PiezoSetup.set_home (   self)

Parameters to move a piezo to HOME position.

◆ set_pos()

def clib.piezo_setup.PiezoSetup.set_pos (   self)

Parameters to start a piezo in POS mode.


The documentation for this class was generated from the following file: