Python Core API LabOne Module Instantiation¶
awgModule()
¶
Create a AwgModule object.
This will start a thread for running an asynchronous module.
Returns:
| Type | Description |
|---|---|
AwgModule
|
Created module instance. |
dataAcquisitionModule()
¶
Create a DataAcquisitionModule object.
This will start a thread for running an asynchronous module.
Returns:
| Type | Description |
|---|---|
DataAcquisitionModule
|
Created module instance. |
deviceSettings()
¶
Create a Device Settings Module object.
This will start a thread for running an asynchronous module.
Returns:
| Type | Description |
|---|---|
DeviceSettingsModule
|
Created module instance. |
impedanceModule()
¶
Create a ImpedanceModule object.
This will start a thread for running an asynchronous module.
Returns:
| Type | Description |
|---|---|
ImpedanceModule
|
Created module instance. |
multiDeviceSyncModule()
¶
Create a MultiDeviceSyncModule object.
This will start a thread for running an asynchronous module.
Returns:
| Type | Description |
|---|---|
MultiDeviceSyncModule
|
Created module instance. |
pidAdvisor()
¶
Create a PID Advisor Module object.
This will start a thread for running an asynchronous module.
Returns:
| Type | Description |
|---|---|
PidAdvisorModule
|
Created module instance. |
precompensationAdvisor()
¶
Create a PrecompensationAdvisorModule object.
This will start a thread for running an asynchronous module.
Returns:
| Type | Description |
|---|---|
PrecompensationAdvisorModule
|
Created module instance. |
quantumAnalyzerModule()
¶
Create a QuantumAnalyzerModule object.
This will start a thread for running an asynchronous module.
Returns:
| Type | Description |
|---|---|
QuantumAnalyzerModule
|
Created module instance. |
scopeModule()
¶
Create a ScopeModule object.
This will start a thread for running an asynchronous module.
Returns:
| Type | Description |
|---|---|
ScopeModule
|
Created module instance. |
sweep()
¶
Create a Sweeper Module object.
This will start a thread for running an asynchronous module.
Returns:
| Type | Description |
|---|---|
SweeperModule
|
Created module instance. |
zoomFFT()
¶
Create a zoomFFT Module object.
This will start a thread for running an asynchronous module.
Returns:
| Type | Description |
|---|---|
ZoomFFTModule
|
Created module instance. |