Source code for RsFsw.Implementations.Applications.K50_Spurious.Sense.Fplan.Predicted

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


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

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

[docs] def export(self, filename: str) -> None: """ ``[SENSe]:FPLan:PREDicted:EXPort`` \n Snippet: ``driver.applications.k50Spurious.sense.fplan.predicted.export(filename = 'abc')`` \n Saves the current predicted list to a .csv file. """ param = Conversions.value_to_quoted_str(filename) self._core.io.write(f'SENSe:FPLan:PREDicted:EXPort {param}')