Hold
SCPI Command :
[SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:HOLD:[STATe]
- class HoldCls[source]
Hold commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:HOLD:[STATe] value: bool = driver.source.correction.fresponse.rf.optimization.hold.get_state() INTRO_CMD_HELP: 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: [:SOURce<hw>]:CORRection:FRESponse:RF:OPTimization:MODE
- return:
freq_resp_hold_sta: 1| ON| 0| OFF
- set_state(freq_resp_hold_sta: bool) None [source]
# SCPI: [SOURce<HW>]:CORRection:FRESponse:RF:OPTimization:HOLD:[STATe] driver.source.correction.fresponse.rf.optimization.hold.set_state(freq_resp_hold_sta = False) INTRO_CMD_HELP: 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: [:SOURce<hw>]:CORRection:FRESponse:RF:OPTimization:MODE
- param freq_resp_hold_sta:
1| ON| 0| OFF