Source code for RsNgx.Implementations.Measure.Scalar.Voltage

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


# noinspection PyPep8Naming,PyAttributeOutsideInit,SpellCheckingInspection
[docs]class VoltageCls: """Voltage commands group definition. 5 total commands, 1 Subgroups, 0 group commands""" def __init__(self, core: Core, parent): self._core = core self._cmd_group = CommandsGroup("voltage", core, parent) @property def dc(self): """dc commands group. 0 Sub-classes, 5 commands.""" if not hasattr(self, '_dc'): from .Dc import DcCls self._dc = DcCls(self._core, self._cmd_group) return self._dc