Restart

SCPI Commands :

[SOURce<HW>]:FSIMulator:RESTart
[SOURce<HW>]:FSIMulator:RESTart:MODE
[SOURce<HW>]:FSIMulator:RESTart:RMODE
[SOURce<HW>]:FSIMulator:RESTart:SOURce
Commands in total: 4
Subgroups: 0
Direct child commands: 4
get_mode() FadRestMode[source]
# [SOURce<HW>]:FSIMulator:RESTart:MODE
value: enums.FadRestMode = driver.source.fsimulator.restart.get_mode()

Selects how a restart of fading simulation is triggered.

Returns:

mode: AUTO | BBTRigger | AAUT BBTRigger Restarts the fading process synchronously with received baseband trigger signal. AAUT Not supported in the current version.

get_rmode() TrigRunMode[source]
# [SOURce<HW>]:FSIMulator:RESTart:RMODE
value: enums.TrigRunMode = driver.source.fsimulator.restart.get_rmode()

No help available

get_source() TrigSourRest[source]
# [SOURce<HW>]:FSIMulator:RESTart:SOURce
value: enums.TrigSourRest = driver.source.fsimulator.restart.get_source()

No help available

set() None[source]
# [SOURce<HW>]:FSIMulator:RESTart
driver.source.fsimulator.restart.set()

No help available

set_mode(mode: FadRestMode) None[source]
# [SOURce<HW>]:FSIMulator:RESTart:MODE
driver.source.fsimulator.restart.set_mode(mode = enums.FadRestMode.AAUT)

Selects how a restart of fading simulation is triggered.

Parameters:

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: TrigSourRest) None[source]
# [SOURce<HW>]:FSIMulator:RESTart:SOURce
driver.source.fsimulator.restart.set_source(rest_sour = enums.TrigSourRest.EGC1)

No help available

set_with_opc(opc_timeout_ms: int = -1) None[source]
# [SOURce<HW>]:FSIMulator:RESTart
driver.source.fsimulator.restart.set_with_opc()

No 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.

Parameters:

opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.