Vfile

SCPI Commands :

SCENario:DF:RECeiver:MOVement:VFILe:CLEar
SCENario:DF:RECeiver:MOVement:VFILe
class VfileCls[source]

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

clear() None[source]
# SCPI: SCENario:DF:RECeiver:MOVement:VFILe:CLEar
driver.scenario.df.receiver.movement.vfile.clear()

Discards the selected vehicle description file.

clear_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: SCENario:DF:RECeiver:MOVement:VFILe:CLEar
driver.scenario.df.receiver.movement.vfile.clear_with_opc()

Discards the selected vehicle description file.

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

param opc_timeout_ms:

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

get_value() str[source]
# SCPI: SCENario:DF:RECeiver:MOVement:VFILe
value: str = driver.scenario.df.receiver.movement.vfile.get_value()

Loads the selected vehicle description file (*.xvd) . To import and apply the files, send the command method RsPulseSeq. Scenario.Localized.Movement.ImportPy.set.

return:

vfile: string Filename or complete file path, incl. file extension. Example files are provided with the software. For description, see ‘Vehicle description files (Used for smoothening) ‘.

set_value(vfile: str) None[source]
# SCPI: SCENario:DF:RECeiver:MOVement:VFILe
driver.scenario.df.receiver.movement.vfile.set_value(vfile = 'abc')

Loads the selected vehicle description file (*.xvd) . To import and apply the files, send the command method RsPulseSeq. Scenario.Localized.Movement.ImportPy.set.

param vfile:

string Filename or complete file path, incl. file extension. Example files are provided with the software. For description, see ‘Vehicle description files (Used for smoothening) ‘.