Clipping
SCPI Commands :
[SOURce<HW>]:BB:BTOoth:CLIPping:LEVel
[SOURce<HW>]:BB:BTOoth:CLIPping:MODE
[SOURce<HW>]:BB:BTOoth:CLIPping:STATe
- Commands in total: 3Subgroups: 0Direct child commands: 3
- get_level() int[source]
# [SOURce<HW>]:BB:BTOoth:CLIPping:LEVel value: int = driver.source.bb.btooth.clipping.get_level()
Sets the limit for level clipping. This value indicates at what point the signal is clipped. It is specified as a percentage, relative to the highest level. 100% indicates that clipping does not take place.
- Returns:
level: integer Range: 1 to 100, Unit: PCT
- get_mode() ClipMode[source]
# [SOURce<HW>]:BB:BTOoth:CLIPping:MODE value: enums.ClipMode = driver.source.bb.btooth.clipping.get_mode()
The command sets the method for level clipping.
- Returns:
mode: VECTor | SCALar VECTor The reference level is the amplitude i+jq. SCALar The reference level is the absolute maximum of the I and Q values.
- get_state() bool[source]
# [SOURce<HW>]:BB:BTOoth:CLIPping:STATe value: bool = driver.source.bb.btooth.clipping.get_state()
Activates level clipping. The value is defined with the command BB:BTO:CLIPping:LEVel, the mode of calculation with the command BB:BTO:CLIPping:MODE.
- Returns:
state: 1 | ON | 0| OFF