RfAlignment
SCPI Commands :
SOURce<HW>:RFALignment:DATTenuation
SOURce<HW>:RFALignment:DIRectory
SOURce<HW>:RFALignment:FOFFset
SOURce<HW>:RFALignment:STATe
- class RfAlignmentCls[source]
RfAlignment commands group definition. 12 total commands, 4 Subgroups, 4 group commands
- get_dattenuation() float [source]
# SCPI: SOURce<HW>:RFALignment:DATTenuation value: float = driver.source.rfAlignment.get_dattenuation()
Queries the applied digital attenuation.
- return
attenuation: float
- get_directory() str [source]
# SCPI: SOURce<HW>:RFALignment:DIRectory value: str = driver.source.rfAlignment.get_directory()
No command help available
- return
directory: No help available
- get_foffset() float [source]
# SCPI: SOURce<HW>:RFALignment:FOFFset value: float = driver.source.rfAlignment.get_foffset()
Queries the applied baseband frequency offset.
- return
bb_freq_offset: float
- get_state() bool [source]
# SCPI: SOURce<HW>:RFALignment:STATe value: bool = driver.source.rfAlignment.get_state()
No command help available
- return
state: No help available
- set_state(state: bool) None [source]
# SCPI: SOURce<HW>:RFALignment:STATe driver.source.rfAlignment.set_state(state = False)
No command help available
- param state
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.rfAlignment.clone()
Subgroups