Destination

SCPI Commands :

SCENario:DESTination:CLEar
SCENario:DESTination
class DestinationCls[source]

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

clear() None[source]
# SCPI: SCENario:DESTination:CLEar
driver.scenario.destination.clear()

No command help available

clear_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: SCENario:DESTination:CLEar
driver.scenario.destination.clear_with_opc()

No command help available

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:DESTination
value: str = driver.scenario.destination.get_value()

Sets the destination for the signal.

return:

destination: string Use the command method RsPulseSeq.Destination.Plugin.Variable.catalog to query a list of available export plugins.

set_value(destination: str) None[source]
# SCPI: SCENario:DESTination
driver.scenario.destination.set_value(destination = 'abc')

Sets the destination for the signal.

param destination:

string Use the command method RsPulseSeq.Destination.Plugin.Variable.catalog to query a list of available export plugins.