| |
- AccelerationChangeEventArgs
- AttachEventArgs
- BackEMFEventArgs
- BridgeDataEventArgs
- CurrentChangeEventArgs
- CurrentUpdateEventArgs
- DetachEventArgs
- EncoderPositionChangeEventArgs
- EncoderPositionUpdateEventArgs
- ErrorEventArgs
- FrequencyCounterCountEventArgs
- GPSPositionChangeEventArgs
- GPSPositionFixStatusChangeEventArgs
- IRCodeEventArgs
- IRLearnEventArgs
- IRRawDataEventArgs
- InputChangeEventArgs
- KeyChangeEventArgs
- OutputChangeEventArgs
- PHChangeEventArgs
- PositionChangeEventArgs
- SensorChangeEventArgs
- SensorUpdateEventArgs
- ServerConnectArgs
- ServerDisconnectArgs
- SpatialDataEventArgs
- StepperPositionChangeEventArgs
- TagEventArgs
- TemperatureChangeEventArgs
- VelocityChangeEventArgs
class AccelerationChangeEventArgs |
|
Acceleration Change Event data and information will be stored in this class.
Data specific to this event args class are the index of the axis that is changing and the acceleration value read.
Properties:
device<object>: Reference to the Phidget object from which this event originated
index<int>: The reference to the axis index from which this event originated.
acceleration<double>: The reference to the acceleration value that was read to generate the event. |
|
Methods defined here:
- __init__(self, device, index, acceleration)
|
class AttachEventArgs |
|
Attach event data and information will be stored in this class.
The data stored in this event args class is a reference to the Phidget object that triggered the event.
Properties:
device<object>: Reference to the Phidget object from which this event originated |
|
Methods defined here:
- __init__(self, device)
|
class CurrentChangeEventArgs |
|
Current Change Event data and information will be stored in this class.
Data specific to this event args class are the index of the motor whose current draw is changing and the current value read.
Properties:
device<object>: Reference to the Phidget object from which this event originated
index<int>: The reference to the index of the motor.
current<double>: The reference the current of the motor. |
|
Methods defined here:
- __init__(self, device, index, current)
|
class CurrentUpdateEventArgs |
|
Current Update Event data and information will be stored in this class.
Data specific to this event args class are the index of the motor whose current draw is changing and the current value read.
Properties:
device<object>: Reference to the Phidget object from which this event originated
index<int>: The reference to the index of the motor.
current<double>: The reference the current of the motor. |
|
Methods defined here:
- __init__(self, device, index, current)
|
class DetachEventArgs |
|
Detach event data and information will be stored in this class.
The data stored in this event args class is a reference to the Phidget object that triggered the event.
Properties:
device<object>: Reference to the Phidget object from which this event originated |
|
Methods defined here:
- __init__(self, device)
|
class EncoderPositionChangeEventArgs |
|
Encoder Position Change Event data and information will be stored in this class.
Data specific to this event args class are the index of the encoder that is changing, the position change value read,
and the elapsed time between position changes.
Properties:
device<object>: Reference to the Phidget object from which this event originated
index<int>: The reference to the encoder index from which this event originated.
time<int>: The reference to the elapsed time between change events.
positionChange<int>: The reference to the position change value that was read to generate the event. |
|
Methods defined here:
- __init__(self, device, index, time, positionChange)
|
class EncoderPositionUpdateEventArgs |
|
Encoder Position Update Event data and information will be stored in this class.
Data specific to this event args class are the index of the encoder that is changing, the position change value read.
Properties:
device<object>: Reference to the Phidget object from which this event originated
index<int>: The reference to the encoder index from which this event originated.
positionChange<int>: The reference to the position change value that was read to generate the event. |
|
Methods defined here:
- __init__(self, device, index, positionChange)
|
class ErrorEventArgs |
|
Error event data and information will be stored in this class.
The data stored in this event args class is the error description and the error code.
Properties:
device<object>: Reference to the Phidget object from which this event originated
description<string>: The reference to the error description string generated by the event.
eCode<int>: The reference to the error code value generated by the event. |
|
Methods defined here:
- __init__(self, device, description, eCode)
|
class InputChangeEventArgs |
|
Input Change Event data and information will be stored in this class.
Data specific to this event args class are the index of the digital input that is changing and the state value read.
Properties:
device<object>: Reference to the Phidget object from which this event originated
index<int>: The reference to the digital input index from which this event originated.
value<int>: The reference to the bool state value that was read to generate the event. |
|
Methods defined here:
- __init__(self, device, index, state)
|
class KeyChangeEventArgs |
|
Key Event data and information will be stored in this class.
Data specific to this event args class is the value data and the key.
Properties:
device<object>: Reference to the Phidget object from which this event originated
key<string>: The Key that is changing in the Dictionary.
value<string>: The value data that is being associated with that key in the Dictionary. |
|
Methods defined here:
- __init__(self, device, key, value, reason)
|
class OutputChangeEventArgs |
|
Output Change Event data and information will be stored in this class.
Data specific to this event args class are the index of the digital output that is changing and the state value read.
Properties:
device<object>: Reference to the Phidget object from which this event originated
index<int>: The reference to the index of the output.
value<int>: The reference to the state of the output. |
|
Methods defined here:
- __init__(self, device, index, state)
|
class PHChangeEventArgs |
|
PH Change Event data and information will be stored in this class.
Data specific to this event args class is the PH value read.
Properties:
device<object>: Reference to the Phidget object from which this event originated
PH<double>: The reference pH value. |
|
Methods defined here:
- __init__(self, device, PH)
|
class PositionChangeEventArgs |
|
Servo Position Change Event data and information will be stored in this class.
Data specific to this event args class are the index of the motor whose position is changing and the position value read.
Properties:
device<object>: Reference to the Phidget object from which this event originated
index<int>: The reference to the index of the motor.
position<double>: The reference to the position of the servo motor. |
|
Methods defined here:
- __init__(self, device, index, position)
|
class SensorChangeEventArgs |
|
Analog Sensor Change Event data and information will be stored in this class.
Data specific to this event args class are the index of the analog sensor input that is changing and the sensor value read.
Properties:
device<object>: Reference to the Phidget object from which this event originated
index<int>: The reference to the analog sensor input index from which this event originated.
value<int>: The reference to the value of the sensor. |
|
Methods defined here:
- __init__(self, device, index, value)
|
class SensorUpdateEventArgs |
|
Analog Sensor Update Event data and information will be stored in this class.
Data specific to this event args class are the index of the analog sensor input that is changing and the sensor value read.
Properties:
device<object>: Reference to the Phidget object from which this event originated
index<int>: The reference to the analog sensor input index from which this event originated.
value<int>: The reference to the value of the sensor. |
|
Methods defined here:
- __init__(self, device, index, value)
|
class ServerConnectArgs |
|
Server connect event data and information will be stored in this class.
The data stored in this event args class is a reference to the Phidget, or Dictionary, or Manager object that triggered the event.
Properties:
device<object>: Reference to the Phidget, or Dictionary, or Manager object from which this event originated |
|
Methods defined here:
- __init__(self, device)
|
class ServerDisconnectArgs |
|
Server Disconnect event data and information will be stored in this class.
The data stored in this event args class is a reference to the Phidget, or Dictionary, or Manager object that triggered the event.
Properties:
device<object>: Reference to the Phidget, or Dictionary, or Manager object from which this event originated |
|
Methods defined here:
- __init__(self, device)
|
class StepperPositionChangeEventArgs |
|
Stepper Position Change Event data and information will be stored in this class.
Data specific to this event args class are the index of the stepper motor whose position is changing and the position value read.
Properties:
device<object>: Reference to the Phidget object from which this event originated
index<int>: The reference to the index of the stepper motor.
position<double>: The reference to the position of the stepper motor. |
|
Methods defined here:
- __init__(self, device, index, position)
|
class TagEventArgs |
|
Tag Event data and information will be stored in this class.
Data specific to this event args class is the Tag data that is read.
Properties:
device<object>: Reference to the Phidget object from which this event originated
tag<string>: The reference to the gained or lost tag. |
|
Methods defined here:
- __init__(self, device, tag)
|
class TemperatureChangeEventArgs |
|
Temperature Change Event data and information will be stored in this class.
Data specific to this event args class is the index of the temperature sensor and the temperature data.
Properties:
device<object>: Reference to the Phidget object from which this event originated
index<int>: The reference to the index of the sensor.
temperature<double>: The reference to the temperature of the sensor.
potential<double>: The reference to the potential of the sensor. |
|
Methods defined here:
- __init__(self, device, index, temperature, potential)
|
class VelocityChangeEventArgs |
|
Velocity Change Event data and information will be stored in this class.
Data specific to this event args class are the index of the motor whose velocity is changing and the velocity value read.
Properties:
device<object>: Reference to the Phidget object from which this event originated
index<int>: The reference to the index of the motor.
velocity<double>: The reference to the velocity of the motor. |
|
Methods defined here:
- __init__(self, device, index, velocity)
| |