Supl

SCPI Commands

SOURce:DATA:CONTrol:SUPL:REX
class Supl[source]

Supl commands group definition. 4 total commands, 2 Sub-groups, 1 group commands

class RexStruct[source]

Structure for reading output parameters. Fields:

  • Reliability: int: No parameter help available

  • Reliability_Msg: str: No parameter help available

  • Reliability_Add_Info: str: No parameter help available

get_rex()RexStruct[source]
# SCPI: SOURce:DATA:CONTrol:SUPL:REX
value: RexStruct = driver.source.data.control.supl.get_rex()

No command help available

return

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.data.control.supl.clone()

Subgroups