Mode

SCPI Commands :

[SOURce<HW>]:LFOutput:SWEep:[FREQuency]:MODE:ADVanced
[SOURce<HW>]:LFOutput:SWEep:[FREQuency]:MODE
class ModeCls[source]

Mode commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_advanced() RsSmbv.enums.AutoManualMode[source]
# SCPI: [SOURce<HW>]:LFOutput:SWEep:[FREQuency]:MODE:ADVanced
value: enums.AutoManualMode = driver.source.lfOutput.sweep.frequency.mode.get_advanced()

No command help available

return

lf_sweep_mode_adv: No help available

get_value() RsSmbv.enums.AutoManStep[source]
# SCPI: [SOURce<HW>]:LFOutput:SWEep:[FREQuency]:MODE
value: enums.AutoManStep = driver.source.lfOutput.sweep.frequency.mode.get_value()

Sets the cycle mode of the LF sweep.

return

mode: AUTO| MANual| STEP AUTO Performs a complete sweep cycle from the start to the end value when a trigger event occurs. The dwell time determines the time period until the signal switches to the next step. MANual Performs a single sweep step when a manual trigger event occurs. The trigger system is not active. To trigger each frequency step of the sweep individually, use the command [:SOURcehw]:LFOutput:FREQuency:MANual. STEP Each trigger command triggers one sweep step only. The frequency increases by the value set with the coammnds: [:SOURcehw]:LFOutput:SWEep[:FREQuency]:STEP[:LINear] (linear spacing) [:SOURcehw]:LFOutput:SWEep[:FREQuency]:STEP:LOGarithmic(logarithmic spacing)

set_advanced(lf_sweep_mode_adv: RsSmbv.enums.AutoManualMode) None[source]
# SCPI: [SOURce<HW>]:LFOutput:SWEep:[FREQuency]:MODE:ADVanced
driver.source.lfOutput.sweep.frequency.mode.set_advanced(lf_sweep_mode_adv = enums.AutoManualMode.AUTO)

No command help available

param lf_sweep_mode_adv

No help available

set_value(mode: RsSmbv.enums.AutoManStep) None[source]
# SCPI: [SOURce<HW>]:LFOutput:SWEep:[FREQuency]:MODE
driver.source.lfOutput.sweep.frequency.mode.set_value(mode = enums.AutoManStep.AUTO)

Sets the cycle mode of the LF sweep.

param mode

AUTO| MANual| STEP AUTO Performs a complete sweep cycle from the start to the end value when a trigger event occurs. The dwell time determines the time period until the signal switches to the next step. MANual Performs a single sweep step when a manual trigger event occurs. The trigger system is not active. To trigger each frequency step of the sweep individually, use the command [:SOURcehw]:LFOutput:FREQuency:MANual. STEP Each trigger command triggers one sweep step only. The frequency increases by the value set with the coammnds: [:SOURcehw]:LFOutput:SWEep[:FREQuency]:STEP[:LINear] (linear spacing) [:SOURcehw]:LFOutput:SWEep[:FREQuency]:STEP:LOGarithmic(logarithmic spacing)