from ......Internal.Core import Core
from ......Internal.CommandsGroup import CommandsGroup
from ......Internal import Conversions
# noinspection PyPep8Naming,PyAttributeOutsideInit,SpellCheckingInspection
class StoreCls:
"""
| Commands in total: 2
| Subgroups: 0
| Direct child commands: 2
"""
def __init__(self, core: Core, parent):
self._core = core
self._cmd_group = CommandsGroup("store", core, parent)
[docs]
def get_fast(self) -> bool:
"""
``[SOURce<HW>]:BB:BTOoth:SETTing:STORe:FAST`` \n
Snippet: ``value: bool = driver.source.bb.btooth.setting.store.get_fast()`` \n
No help available
"""
response = self._core.io.query_str('SOURce<HwInstance>:BB:BTOoth:SETTing:STORe:FAST?')
return Conversions.str_to_bool(response)