Searched refs:frequency (Results 1 – 3 of 3) sorted by relevance
562 +# Set device modes such as cpu frequency594 + print('Setting frequency on the device...')595 + frequency = os.getenv('FREQUENCY')612 + # Check if the frequency user entered is legal or not.618 + if frequency not in available_freq_list:623 + # Set frequency625 + % (frequency, freq_path))627 + % (frequency, freq_path))629 + # Sleep for 2 seconds, let device update the frequency.632 + # Get current frequency[all …]
191 def set_device(serials, remote, frequency): argument198 setting_cmd.append('-q=' + str(frequency))409 frequency = arguments.frequency420 set_device(serials, remote, frequency)
24193 + * It removes the high frequency motion and keep the low frequency motion24249 + * Returns the current low frequency motion parameters.24253 + * Returns the inverse of the current low frequency motion parameters.