from ...Internal.Core import Core
from ...Internal.CommandsGroup import CommandsGroup
# noinspection PyPep8Naming,PyAttributeOutsideInit,SpellCheckingInspection
class SourceCls:
"""
| Commands in total: 9023
| Subgroups: 34
| Direct child commands: 1
"""
def __init__(self, core: Core, parent):
self._core = core
self._cmd_group = CommandsGroup("source", core, parent)
@property
def adf(self):
"""
| Commands in total: 20
| Subgroups: 3
| Direct child commands: 2
"""
if not hasattr(self, '_adf'):
from .Adf import AdfCls
self._adf = AdfCls(self._core, self._cmd_group)
return self._adf
@property
def am(self):
"""
| Commands in total: 7
| Subgroups: 5
| Direct child commands: 1
"""
if not hasattr(self, '_am'):
from .Am import AmCls
self._am = AmCls(self._core, self._cmd_group)
return self._am
@property
def areGenerator(self):
"""
| Commands in total: 7
| Subgroups: 1
| Direct child commands: 0
"""
if not hasattr(self, '_areGenerator'):
from .AreGenerator import AreGeneratorCls
self._areGenerator = AreGeneratorCls(self._core, self._cmd_group)
return self._areGenerator
@property
def awgn(self):
"""
| Commands in total: 22
| Subgroups: 5
| Direct child commands: 5
"""
if not hasattr(self, '_awgn'):
from .Awgn import AwgnCls
self._awgn = AwgnCls(self._core, self._cmd_group)
return self._awgn
@property
def bb(self):
"""
| Commands in total: 8352
| Subgroups: 31
| Direct child commands: 6
"""
if not hasattr(self, '_bb'):
from .Bb import BbCls
self._bb = BbCls(self._core, self._cmd_group)
return self._bb
@property
def bbin(self):
"""
| Commands in total: 30
| Subgroups: 7
| Direct child commands: 9
"""
if not hasattr(self, '_bbin'):
from .Bbin import BbinCls
self._bbin = BbinCls(self._core, self._cmd_group)
return self._bbin
@property
def combined(self):
"""
| Commands in total: 4
| Subgroups: 2
| Direct child commands: 0
"""
if not hasattr(self, '_combined'):
from .Combined import CombinedCls
self._combined = CombinedCls(self._core, self._cmd_group)
return self._combined
@property
def correction(self):
"""
| Commands in total: 68
| Subgroups: 4
| Direct child commands: 2
"""
if not hasattr(self, '_correction'):
from .Correction import CorrectionCls
self._correction = CorrectionCls(self._core, self._cmd_group)
return self._correction
@property
def dme(self):
"""
| Commands in total: 12
| Subgroups: 1
| Direct child commands: 3
"""
if not hasattr(self, '_dme'):
from .Dme import DmeCls
self._dme = DmeCls(self._core, self._cmd_group)
return self._dme
@property
def efrontend(self):
"""
| Commands in total: 1
| Subgroups: 1
| Direct child commands: 0
"""
if not hasattr(self, '_efrontend'):
from .Efrontend import EfrontendCls
self._efrontend = EfrontendCls(self._core, self._cmd_group)
return self._efrontend
@property
def fm(self):
"""
| Commands in total: 10
| Subgroups: 5
| Direct child commands: 3
"""
if not hasattr(self, '_fm'):
from .Fm import FmCls
self._fm = FmCls(self._core, self._cmd_group)
return self._fm
@property
def frequency(self):
"""
| Commands in total: 19
| Subgroups: 4
| Direct child commands: 9
"""
if not hasattr(self, '_frequency'):
from .Frequency import FrequencyCls
self._frequency = FrequencyCls(self._core, self._cmd_group)
return self._frequency
@property
def freqSweep(self):
"""
| Commands in total: 1
| Subgroups: 1
| Direct child commands: 0
"""
if not hasattr(self, '_freqSweep'):
from .FreqSweep import FreqSweepCls
self._freqSweep = FreqSweepCls(self._core, self._cmd_group)
return self._freqSweep
@property
def ils(self):
"""
| Commands in total: 30
| Subgroups: 7
| Direct child commands: 2
"""
if not hasattr(self, '_ils'):
from .Ils import IlsCls
self._ils = IlsCls(self._core, self._cmd_group)
return self._ils
@property
def inputPy(self):
"""
| Commands in total: 12
| Subgroups: 3
| Direct child commands: 0
"""
if not hasattr(self, '_inputPy'):
from .InputPy import InputPyCls
self._inputPy = InputPyCls(self._core, self._cmd_group)
return self._inputPy
@property
def iq(self):
"""
| Commands in total: 182
| Subgroups: 6
| Direct child commands: 5
"""
if not hasattr(self, '_iq'):
from .Iq import IqCls
self._iq = IqCls(self._core, self._cmd_group)
return self._iq
@property
def lffSweep(self):
"""
| Commands in total: 1
| Subgroups: 1
| Direct child commands: 0
"""
if not hasattr(self, '_lffSweep'):
from .LffSweep import LffSweepCls
self._lffSweep = LffSweepCls(self._core, self._cmd_group)
return self._lffSweep
@property
def lfOutput(self):
"""
| Commands in total: 35
| Subgroups: 8
| Direct child commands: 3
"""
if not hasattr(self, '_lfOutput'):
from .LfOutput import LfOutputCls
self._lfOutput = LfOutputCls(self._core, self._cmd_group)
return self._lfOutput
@property
def listPy(self):
"""
| Commands in total: 34
| Subgroups: 8
| Direct child commands: 8
"""
if not hasattr(self, '_listPy'):
from .ListPy import ListPyCls
self._listPy = ListPyCls(self._core, self._cmd_group)
return self._listPy
@property
def mbeacon(self):
"""
| Commands in total: 1
| Subgroups: 0
| Direct child commands: 1
"""
if not hasattr(self, '_mbeacon'):
from .Mbeacon import MbeaconCls
self._mbeacon = MbeaconCls(self._core, self._cmd_group)
return self._mbeacon
@property
def modulation(self):
"""
| Commands in total: 1
| Subgroups: 1
| Direct child commands: 0
"""
if not hasattr(self, '_modulation'):
from .Modulation import ModulationCls
self._modulation = ModulationCls(self._core, self._cmd_group)
return self._modulation
@property
def noise(self):
"""
| Commands in total: 5
| Subgroups: 2
| Direct child commands: 1
"""
if not hasattr(self, '_noise'):
from .Noise import NoiseCls
self._noise = NoiseCls(self._core, self._cmd_group)
return self._noise
@property
def occupy(self):
"""
| Commands in total: 3
| Subgroups: 1
| Direct child commands: 0
"""
if not hasattr(self, '_occupy'):
from .Occupy import OccupyCls
self._occupy = OccupyCls(self._core, self._cmd_group)
return self._occupy
@property
def path(self):
"""
| Commands in total: 1
| Subgroups: 0
| Direct child commands: 1
"""
if not hasattr(self, '_path'):
from .Path import PathCls
self._path = PathCls(self._core, self._cmd_group)
return self._path
@property
def pgenerator(self):
"""
| Commands in total: 3
| Subgroups: 1
| Direct child commands: 1
"""
if not hasattr(self, '_pgenerator'):
from .Pgenerator import PgeneratorCls
self._pgenerator = PgeneratorCls(self._core, self._cmd_group)
return self._pgenerator
@property
def phase(self):
"""
| Commands in total: 2
| Subgroups: 1
| Direct child commands: 1
"""
if not hasattr(self, '_phase'):
from .Phase import PhaseCls
self._phase = PhaseCls(self._core, self._cmd_group)
return self._phase
@property
def pm(self):
"""
| Commands in total: 10
| Subgroups: 5
| Direct child commands: 3
"""
if not hasattr(self, '_pm'):
from .Pm import PmCls
self._pm = PmCls(self._core, self._cmd_group)
return self._pm
@property
def power(self):
"""
| Commands in total: 40
| Subgroups: 8
| Direct child commands: 10
"""
if not hasattr(self, '_power'):
from .Power import PowerCls
self._power = PowerCls(self._core, self._cmd_group)
return self._power
@property
def psweep(self):
"""
| Commands in total: 1
| Subgroups: 1
| Direct child commands: 0
"""
if not hasattr(self, '_psweep'):
from .Psweep import PsweepCls
self._psweep = PsweepCls(self._core, self._cmd_group)
return self._psweep
@property
def pulm(self):
"""
| Commands in total: 46
| Subgroups: 5
| Direct child commands: 9
"""
if not hasattr(self, '_pulm'):
from .Pulm import PulmCls
self._pulm = PulmCls(self._core, self._cmd_group)
return self._pulm
@property
def roscillator(self):
"""
| Commands in total: 12
| Subgroups: 3
| Direct child commands: 2
"""
if not hasattr(self, '_roscillator'):
from .Roscillator import RoscillatorCls
self._roscillator = RoscillatorCls(self._core, self._cmd_group)
return self._roscillator
@property
def sweep(self):
"""
| Commands in total: 29
| Subgroups: 3
| Direct child commands: 1
"""
if not hasattr(self, '_sweep'):
from .Sweep import SweepCls
self._sweep = SweepCls(self._core, self._cmd_group)
return self._sweep
@property
def valRf(self):
"""
| Commands in total: 1
| Subgroups: 0
| Direct child commands: 1
"""
if not hasattr(self, '_valRf'):
from .ValRf import ValRfCls
self._valRf = ValRfCls(self._core, self._cmd_group)
return self._valRf
@property
def vor(self):
"""
| Commands in total: 20
| Subgroups: 3
| Direct child commands: 2
"""
if not hasattr(self, '_vor'):
from .Vor import VorCls
self._vor = VorCls(self._core, self._cmd_group)
return self._vor
[docs]
def preset(self) -> None:
"""
``SOURce<HW>:PRESet`` \n
Snippet: ``driver.source.preset()`` \n
Presets all parameters which are related to the selected signal path.
"""
self._core.io.write(f'SOURce<HwInstance>:PRESet')
[docs]
def preset_with_opc(self, opc_timeout_ms: int = -1) -> None:
"""
``SOURce<HW>:PRESet`` \n
Snippet: ``driver.source.preset_with_opc()`` \n
Presets all parameters which are related to the selected signal path.
Same as preset, but waits for the operation to complete before continuing further. Use the RsSmbv.utilities.opc_timeout_set() to set the timeout value.
:param opc_timeout_ms: Maximum time to wait in milliseconds, valid only for this call.
"""
self._core.io.write_with_opc(f'SOURce<HwInstance>:PRESet', opc_timeout_ms)
def clone(self) -> 'SourceCls':
"""
Clones the group by creating new object from it and its whole existing subgroups.
Also copies all the existing default Repeated Capabilities setting,
which you can change independently without affecting the original group.
"""
new_group = SourceCls(self._core, self._cmd_group.parent)
self._cmd_group.synchronize_repcaps(new_group)
return new_group