Mode
SCPI Commands :
[SOURce<HW>]:SWEep:POWer:MODE:ADVanced
[SOURce<HW>]:SWEep:POWer: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>]:SWEep:POWer:MODE:ADVanced value: enums.AutoManualMode = driver.source.sweep.power.mode.get_advanced()
No command help available
- return
pow_mode_adv: No help available
- get_value() RsSmbv.enums.AutoManStep [source]
# SCPI: [SOURce<HW>]:SWEep:POWer:MODE value: enums.AutoManStep = driver.source.sweep.power.mode.get_value()
Sets the cycle mode for the level sweep.
- return
mode: AUTO| MANual| STEP AUTO Each trigger triggers exactly one complete sweep. MANual The trigger system is not active. You can trigger every step individually with the command [:SOURcehw]:POWer:MANual. The level value increases at each step by the value that you define with [:SOURcehw]:POWer:STEP[:INCRement]. Values directly entered with the command [:SOURcehw]:POWer:MANual are not taken into account. STEP Each trigger triggers one sweep step only. The level increases by the value entered with [:SOURcehw]:POWer:STEP[:INCRement].
- set_advanced(pow_mode_adv: RsSmbv.enums.AutoManualMode) None [source]
# SCPI: [SOURce<HW>]:SWEep:POWer:MODE:ADVanced driver.source.sweep.power.mode.set_advanced(pow_mode_adv = enums.AutoManualMode.AUTO)
No command help available
- param pow_mode_adv
No help available
- set_value(mode: RsSmbv.enums.AutoManStep) None [source]
# SCPI: [SOURce<HW>]:SWEep:POWer:MODE driver.source.sweep.power.mode.set_value(mode = enums.AutoManStep.AUTO)
Sets the cycle mode for the level sweep.
- param mode
AUTO| MANual| STEP AUTO Each trigger triggers exactly one complete sweep. MANual The trigger system is not active. You can trigger every step individually with the command [:SOURcehw]:POWer:MANual. The level value increases at each step by the value that you define with [:SOURcehw]:POWer:STEP[:INCRement]. Values directly entered with the command [:SOURcehw]:POWer:MANual are not taken into account. STEP Each trigger triggers one sweep step only. The level increases by the value entered with [:SOURcehw]:POWer:STEP[:INCRement].