Property | Type | Description | |
---|---|---|---|
CreateAnalogOutputTask | System.Threading.Task | ||
SetAnalogOutput | void | ||
errorSigMonitorPollWorker | void |
Method | Description | |
---|---|---|
ComputeOutputVoltage ( double errorVal ) : void |
Method for calculating the feedback voltage using proportional gain Kp and integral gain Ki
|
|
Start ( ) : void |
(Not main) entry point for application
|
|
StartPoll ( ) : void |
Method to start measuring output frequency of VCO
|
|
StopPoll ( ) : void |
Method to stop measuring output frequency of VCO
|
|
UpdateErrorSigGraph ( double errorVal ) : void |
Method for updating the error signal plot
|
|
UpdateFrequencyCounter ( ) : void |
Method to only update the current measured frequency
|
Method | Description | |
---|---|---|
CreateAnalogOutputTask ( string channel ) : System.Threading.Task |
Method to create a analog output task
|
|
SetAnalogOutput ( System.Threading.Task task, double voltage ) : void |
Method for outputing a voltage on the DAQ
|
|
errorSigMonitorPollWorker ( ) : void |
Worker method for polling VCO frequency
|
public ComputeOutputVoltage ( double errorVal ) : void | ||
errorVal | double | |
return | void |
public UpdateErrorSigGraph ( double errorVal ) : void | ||
errorVal | double | |
return | void |