RfAlignment
SCPI Command :
SCONfiguration:RFALignment:STATe
- Commands in total: 30Subgroups: 4Direct child commands: 1
- get_state() bool[source]
# SCONfiguration:RFALignment:STATe value: bool = driver.sconfiguration.rfAlignment.get_state()
If a valid setup file is selected, applies the specified correction data. Load the setup file with the method
RsSmw.sconfiguration.rfAlignment.setup.file.value().- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# SCONfiguration:RFALignment:STATe driver.sconfiguration.rfAlignment.set_state(state = False)
If a valid setup file is selected, applies the specified correction data. Load the setup file with the method
RsSmw.sconfiguration.rfAlignment.setup.file.value().- Parameters:
state – 1 | ON | 0| OFF
Cloning the Group
# Create a copy of the original group, that exists independently
rfAlignment_copy = driver.sconfiguration.rfAlignment.clone()
Subgroups