Info

SCPI Command :

SCONfiguration:RFALignment:SETup:INFO:DATA
class InfoCls[source]

Info commands group definition. 20 total commands, 2 Subgroups, 1 group commands

class DataStruct[source]

Structure for reading output parameters. Fields:

  • Data_Type: str: No parameter help available

  • Setup_File: str: No parameter help available

  • Data_Value: str: No parameter help available

get_data() DataStruct[source]
# SCPI: SCONfiguration:RFALignment:SETup:INFO:DATA
value: DataStruct = driver.sconfiguration.rfAlignment.setup.info.get_data()

No command help available

return

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sconfiguration.rfAlignment.setup.info.clone()

Subgroups