Hold
SCPI Command :
[SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:HOLD:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:HOLD:[STATe] value: bool = driver.source.correction.fresponse.rf.optimization.hold.get_state()
For high-quality I/Q modulation optimizations, retains the last calculated correction values as long as one of the following holds:
SOURce1:CORRection:FRESponse:RF:OPTimization:HOLD:STATe 0
SOURce1:CORRection:FRESponse:RF:OPTimization:LOCal
To enable these optimizations, see the following command: method
RsSmw.source.correction.fresponse.rf.optimization.mode()- Returns:
freq_resp_hold_sta: 1 | ON | 0| OFF
- set_state(freq_resp_hold_sta: bool) None[source]
# [SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:HOLD:[STATe] driver.source.correction.fresponse.rf.optimization.hold.set_state(freq_resp_hold_sta = False)
For high-quality I/Q modulation optimizations, retains the last calculated correction values as long as one of the following holds:
SOURce1:CORRection:FRESponse:RF:OPTimization:HOLD:STATe 0
SOURce1:CORRection:FRESponse:RF:OPTimization:LOCal
To enable these optimizations, see the following command: method
RsSmw.source.correction.fresponse.rf.optimization.mode()- Parameters:
freq_resp_hold_sta – 1 | ON | 0| OFF