RfAlignment

SCPI Commands :

SOURce<HW>:RFALignment:DATTenuation
SOURce<HW>:RFALignment:DIRectory
SOURce<HW>:RFALignment:FOFFset
SOURce<HW>:RFALignment:STATe
Commands in total: 15
Subgroups: 5
Direct child commands: 4
get_dattenuation() float[source]
# SOURce<HW>:RFALignment:DATTenuation
value: float = driver.source.rfAlignment.get_dattenuation()

Queries the applied digital attenuation.

Returns:

attenuation: float

get_directory() str[source]
# SOURce<HW>:RFALignment:DIRectory
value: str = driver.source.rfAlignment.get_directory()

No help available

get_foffset() float[source]
# SOURce<HW>:RFALignment:FOFFset
value: float = driver.source.rfAlignment.get_foffset()

Queries the applied baseband frequency offset.

Returns:

bb_freq_offset: float

get_state() bool[source]
# SOURce<HW>:RFALignment:STATe
value: bool = driver.source.rfAlignment.get_state()

No help available

set_state(state: bool) None[source]
# SOURce<HW>:RFALignment:STATe
driver.source.rfAlignment.set_state(state = False)

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
rfAlignment_copy = driver.source.rfAlignment.clone()

Subgroups