Class ScanHeadStatus
Scan head status data.
Inherited Members
Namespace: JoeScan.Pinchot
Assembly: JoeScan.Pinchot.dll
Syntax
public class ScanHeadStatus
Remarks
This class contains the status data reported from a ScanHead. Use RequestStatus() to get an updated status.
Properties
| Improve this Doc View SourceEncoderValues
Gets the encoder positions at the time of the last status update.
Declaration
public IDictionary<Encoder, long> EncoderValues { get; }
Property Value
Type | Description |
---|---|
IDictionary<Encoder, long> | A IDictionary<TKey, TValue> of encoder positions at the time of the last status update. |
Remarks
This class contains the status data reported from a ScanHead. Use RequestStatus() to get an updated status.
See Also
| Improve this Doc View SourceGlobalTimeNs
Gets the system global time in nanoseconds of the last status update.
Declaration
public ulong GlobalTimeNs { get; }
Property Value
Type | Description |
---|---|
ulong | The system global time in nanoseconds of the last status update. |
Remarks
This class contains the status data reported from a ScanHead. Use RequestStatus() to get an updated status.
See Also
| Improve this Doc View SourceProfilesSentCount
Gets the total number of profiles sent during the last scan sequence (between calls to StartScanning(uint, DataFormat, ScanningMode) and StopScanning()).
Declaration
public uint ProfilesSentCount { get; }
Property Value
Type | Description |
---|---|
uint | The total number of profiles sent during the last scan sequence (between calls to StartScanning(uint, DataFormat, ScanningMode) and StopScanning()). |
Remarks
This class contains the status data reported from a ScanHead. Use RequestStatus() to get an updated status.
See Also
| Improve this Doc View SourceTemperatures
Gets the temperature sensor measurements in Celsius at the time of the last status update.
Declaration
public IDictionary<TemperatureSensor, float> Temperatures { get; }
Property Value
Type | Description |
---|---|
IDictionary<TemperatureSensor, float> | A IDictionary<TKey, TValue> of temperature sensor measurements in Celsius at the time of the last status update. |
Remarks
This class contains the status data reported from a ScanHead. Use RequestStatus() to get an updated status.