mirror of
https://github.com/EEVengers/ThunderScope.git
synced 2025-04-22 17:43:44 +00:00
TODO comments
This commit is contained in:
parent
37a15caa67
commit
1e95d6ae37
@ -45,15 +45,21 @@ class TriggerWidget extends React.Component<any, any> {
|
||||
|
||||
// Trigger Level
|
||||
increaseTriggerLevel = () => {
|
||||
//TODO: Plumber call
|
||||
//(TRIGGER LEVEL (V))/((VOLTAGE RANGExDIVISIONS)/256)
|
||||
this.props.dispatch({type: 'trigger/increaseTriggerLevelValue'});
|
||||
}
|
||||
|
||||
decreaseTriggerLevel = () => {
|
||||
//TODO: Plumber call
|
||||
//(TRIGGER LEVEL (V))/((VOLTAGE RANGExDIVISIONS)/256)
|
||||
this.props.dispatch({type: 'trigger/decreaseTriggerLevelValue'});
|
||||
}
|
||||
|
||||
// Trigger Level Unit
|
||||
changeTriggerLevelUnit = (voltageUnit: VoltageUnit) => {
|
||||
//TODO: unit analysis, plumber call
|
||||
//(TRIGGER LEVEL (V))/((VOLTAGE RANGExDIVISIONS)/256)
|
||||
this.props.dispatch({type: 'trigger/changeTriggerLevelUnit', payload: voltageUnit});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user