Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
PwmChannelControl ( ) : System | ||
applyValues ( ) : System.Boolean |
Applies the user settings to the channelsettings object. This is only performed if the user settings are correct
|
|
reloadChannelSettings ( ) : void | ||
setNewFrequency ( int frequency, String fUnits ) : void |
Fills in the frequency and frequencyUnit boxes
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
AsyncPwmChannelControl_ChannelNumberChanged ( object sender, |
||
AsyncPwmChannelControl_Load ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
calculateRealValues ( ) : void | ||
ct_KeyDown ( object sender, |
||
ct_KeyPress ( object sender, |
||
dutyCycleBar_Scroll ( object sender, |
||
dutyCycleBar_ValueChanged ( object sender, |
||
dutyCycleBox_TextChanged ( object sender, |
||
enabledBox_CheckedChanged ( object sender, |
||
frequencyBox_TextChanged ( object sender, |
||
recalculateDutyCycle ( ) : System.Boolean |
Recalculates and checks the dutycycle value
|
|
recalculateFrequency ( ) : System.Boolean |
Recalculates the frequency value and returns true if it is correct
|
|
setDcBoxVal ( double value ) : void | ||
setTmpDc ( double value ) : void |
Sets the tmpDc value and raises the settingschanged event
|
|
setTmpFrequency ( double tmpFrequency ) : void |
Sets the tmpFrequency value and raises the SettingsChangedEvent
|
|
updateSliderPosition ( ) : void |
Updates the slider position with the current duty cycle value
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public setNewFrequency ( int frequency, String fUnits ) : void | ||
frequency | int | The new frequency |
fUnits | String | The new frequency units |
Результат | void |