Coffset
SCPI Commands :
[SOURce<HW>]:CORRection:OPTimize:RF:COFFset:VALue
[SOURce<HW>]:CORRection:OPTimize:RF:COFFset
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_value() bool[source]
# [SOURce<HW>]:CORRection:OPTimize:RF:COFFset value: bool = driver.source.correction.optimize.rf.coffset.get_value()
If enabled, you can only route each stream to one output. Routing multiple streams to one output or one stream to multiple outputs is not allowed with an enabled carrier offset. The carrier offset relates to the bandwidth bsignal of the I/Q signal as follows: fc_offset = 20 MHz + bsignal/2 If no signal bandwidth is available, the carrier offset calculation uses the sample rate rsample instead of the bandwidth: fc_offset = 20 MHz + rsample/2
- Returns:
state: 0 | 1| OFF | ON
- set_value(state: bool) None[source]
# [SOURce<HW>]:CORRection:OPTimize:RF:COFFset driver.source.correction.optimize.rf.coffset.set_value(state = False)
If enabled, you can only route each stream to one output. Routing multiple streams to one output or one stream to multiple outputs is not allowed with an enabled carrier offset. The carrier offset relates to the bandwidth bsignal of the I/Q signal as follows: fc_offset = 20 MHz + bsignal/2 If no signal bandwidth is available, the carrier offset calculation uses the sample rate rsample instead of the bandwidth: fc_offset = 20 MHz + rsample/2
- Parameters:
state – 0 | 1| OFF | ON