sknrf.model.sequencer.sweep.frequency module

class sknrf.model.sequencer.sweep.frequency.AbstractFundSpanSweep(realtime: bool = False, center: float = 0.0, span: float = 0.0, step: float = 1.0, points: int = 0, level: bool = False, all_: bool = False)

Bases: SpanSweep

display_order = ['realtime', 'center', 'span', 'step', 'points', 'filter', 'all']
property level

(float) Sweep filter value.

property all

(float) Apply all frequencies at once.

staticMetaObject = PySide6.QtCore.QMetaObject("AbstractFundSpanSweep" inherits "SpanSweep": )
class sknrf.model.sequencer.sweep.frequency.FundLOSpanSweep(realtime: bool = False, center: float = 0.0, span: float = 0.0, step: float = 1.0, points: int = 0, level: bool = False, all_: bool = False)

Bases: AbstractFundSpanSweep

display_order = ['realtime', 'center', 'span', 'step', 'filter', 'all']
property filter
property level

(float) Sweep filter value.

property all

(float) Apply all frequencies at once.

staticMetaObject = PySide6.QtCore.QMetaObject("FundLOSpanSweep" inherits "AbstractFundSpanSweep": )
class sknrf.model.sequencer.sweep.frequency.FundPhasorSpanSweep(realtime: bool = False, center: float = 0.0, span: float = 0.0, step: float = 1.0, points: int = 0, level: bool = False, all_: bool = False)

Bases: AbstractFundSpanSweep

display_order = ['realtime', 'center', 'span', 'step', 'level', 'all']
staticMetaObject = PySide6.QtCore.QMetaObject("FundPhasorSpanSweep" inherits "AbstractFundSpanSweep": )
class sknrf.model.sequencer.sweep.frequency.FundDSBSpanSweep(realtime: bool = False, center: float = 0.0, span: float = 0.0, step: float = 1.0, points: int = 0, level: bool = False, all_: bool = False)

Bases: AbstractFundSpanSweep

display_order = ['realtime', 'center', 'span', 'step', 'level', 'all']
staticMetaObject = PySide6.QtCore.QMetaObject("FundDSBSpanSweep" inherits "AbstractFundSpanSweep": )
class sknrf.model.sequencer.sweep.frequency.FundSSBSpanSweep(realtime: bool = False, center: float = 0.0, span: float = 0.0, step: float = 1.0, points: int = 0, level: bool = False, all_: bool = False)

Bases: AbstractFundSpanSweep

display_order = ['realtime', 'center', 'span', 'step', 'level', 'all']
staticMetaObject = PySide6.QtCore.QMetaObject("FundSSBSpanSweep" inherits "AbstractFundSpanSweep": )