Restart
SCPI Commands :
[SOURce<HW>]:FSIMulator:RESTart
[SOURce<HW>]:FSIMulator:RESTart:MODE
[SOURce<HW>]:FSIMulator:RESTart:RMODE
[SOURce<HW>]:FSIMulator:RESTart:SOURce
- class RestartCls[source]
Restart commands group definition. 4 total commands, 0 Subgroups, 4 group commands
- get_mode() RsSmw.enums.FadRestMode [source]
# SCPI: [SOURce<HW>]:FSIMulator:RESTart:MODE value: enums.FadRestMode = driver.source.fsimulator.restart.get_mode()
Selects how a restart of fading simulation is triggered.
- return
mode: AUTO| BBTRigger| AAUT BBTRigger Restarts the fading process synchronously with received baseband trigger signal. AAUT Not supported in the current version.
- get_rmode() RsSmw.enums.TrigRunMode [source]
# SCPI: [SOURce<HW>]:FSIMulator:RESTart:RMODE value: enums.TrigRunMode = driver.source.fsimulator.restart.get_rmode()
No command help available
- return
run_mode: No help available
- get_source() RsSmw.enums.TrigSourRest [source]
# SCPI: [SOURce<HW>]:FSIMulator:RESTart:SOURce value: enums.TrigSourRest = driver.source.fsimulator.restart.get_source()
No command help available
- return
rest_sour: No help available
- set() None [source]
# SCPI: [SOURce<HW>]:FSIMulator:RESTart driver.source.fsimulator.restart.set()
No command help available
- set_mode(mode: RsSmw.enums.FadRestMode) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:RESTart:MODE driver.source.fsimulator.restart.set_mode(mode = enums.FadRestMode.AAUT)
Selects how a restart of fading simulation is triggered.
- param mode
AUTO| BBTRigger| AAUT BBTRigger Restarts the fading process synchronously with received baseband trigger signal. AAUT Not supported in the current version.
- set_source(rest_sour: RsSmw.enums.TrigSourRest) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:RESTart:SOURce driver.source.fsimulator.restart.set_source(rest_sour = enums.TrigSourRest.EGC1)
No command help available
- param rest_sour
No help available
- set_with_opc(opc_timeout_ms: int = - 1) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:RESTart driver.source.fsimulator.restart.set_with_opc()
No command help available
Same as set, but waits for the operation to complete before continuing further. Use the RsSmw.utilities.opc_timeout_set() to set the timeout value.
- param opc_timeout_ms
Maximum time to wait in milliseconds, valid only for this call.