Info

SCPI Command :

SCONfiguration:RFALignment:SETup:INFO:DATA
Commands in total: 20
Subgroups: 2
Direct child commands: 1
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]
# SCONfiguration:RFALignment:SETup:INFO:DATA
value: DataStruct = driver.sconfiguration.rfAlignment.setup.info.get_data()

No help available

Returns:

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

Cloning the Group

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

Subgroups