Source code for RsSmw.Implementations.System.FpFpga

from ...Internal.Core import Core
from ...Internal.CommandsGroup import CommandsGroup
from ...Internal import Conversions


# noinspection PyPep8Naming,PyAttributeOutsideInit,SpellCheckingInspection
class FpFpgaCls:
	"""
	| Commands in total: 1
	| Subgroups: 0
	| Direct child commands: 1
	"""

	def __init__(self, core: Core, parent):
		self._core = core
		self._cmd_group = CommandsGroup("fpFpga", core, parent)

[docs] def set_update(self, display_size: str) -> None: """ ``SYSTem:FPFPga:UPDate`` \n Snippet: ``driver.system.fpFpga.set_update(display_size = 'abc')`` \n No help available """ param = Conversions.value_to_quoted_str(display_size) self._core.io.write(f'SYSTem:FPFPga:UPDate {param}')