Tplan

SCPI Command:

SENSe:SEQuencer:TPLan:LIST
SENSe:SEQuencer:TPLan:INFO
class TplanCls[source]

Tplan commands group definition. 4 total commands, 2 Subgroups, 2 group commands

class InfoStruct[source]

Structure for reading output parameters. Fields:

  • Tp_Name: List[str]: No parameter help available

  • State: List[enums.TestPlanState]: No parameter help available

  • Status: List[enums.Status]: No parameter help available

get_info() InfoStruct[source]
# SCPI: SENSe:SEQuencer:TPLan:INFO
value: InfoStruct = driver.sense.sequencer.tplan.get_info()

No command help available

return:

structure: for return value, see the help for InfoStruct structure arguments.

get_list_py() List[str][source]
# SCPI: SENSe:SEQuencer:TPLan:LIST
value: List[str] = driver.sense.sequencer.tplan.get_list_py()

No command help available

return:

tp_list: No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.sequencer.tplan.clone()

Subgroups