Roption

SCPI Commands :

SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:ROPTion:ALL
SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:ROPTion
class RoptionCls[source]

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

get(index: int) str[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:ROPTion
value: str = driver.source.sequencer.apool.roption.get(index = 1)

Queries the options required by the ARB file with the specified <Index>.

param index:

integer

return:

required_options: string

get_all() List[str][source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:ROPTion:ALL
value: List[str] = driver.source.sequencer.apool.roption.get_all()

Queries the options required by the ARB files in the file pool.

return:

required_options: string Comma-separated list of strings, one string per file