RfAlignment
SCPI Command :
SCONfiguration:RFALignment:STATe
- class RfAlignmentCls[source]
RfAlignment commands group definition. 29 total commands, 4 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: 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 command method RsSmw.Sconfiguration.RfAlignment.Setup.File.value.
- return:
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: 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 command method RsSmw.Sconfiguration.RfAlignment.Setup.File.value.
- param state:
1| ON| 0| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.sconfiguration.rfAlignment.clone()
Subgroups