Restart

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:FSIMulator:RESTart:MODE
CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:FSIMulator:RESTart
class RestartCls[source]

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

get_mode() RestartMode[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:FSIMulator:RESTart:MODE
value: enums.RestartMode = driver.configure.fading.pcc.fadingSimulator.restart.get_mode()

Sets the restart mode of the fading simulator.

return:

restart_mode: AUTO | MANual AUTO: fading automatically starts with the DL signal MANual: fading is started and restarted manually (see CONFigure:…:FSIMulator:RESTart)

set() None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:FSIMulator:RESTart
driver.configure.fading.pcc.fadingSimulator.restart.set()

Restarts the fading process in MANual mode (see also CONFigure:…:FSIMulator:RESTart:MODE) .

set_mode(restart_mode: RestartMode) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:FSIMulator:RESTart:MODE
driver.configure.fading.pcc.fadingSimulator.restart.set_mode(restart_mode = enums.RestartMode.AUTO)

Sets the restart mode of the fading simulator.

param restart_mode:

AUTO | MANual AUTO: fading automatically starts with the DL signal MANual: fading is started and restarted manually (see CONFigure:…:FSIMulator:RESTart)

set_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:FSIMulator:RESTart
driver.configure.fading.pcc.fadingSimulator.restart.set_with_opc()

Restarts the fading process in MANual mode (see also CONFigure:…:FSIMulator:RESTart:MODE) .

Same as set, but waits for the operation to complete before continuing further. Use the RsCmwLteSig.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms:

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