Clipping
SCPI Commands :
[SOURce<HW>]:BB:ONEWeb:CLIPping:LEVel
[SOURce<HW>]:BB:ONEWeb:CLIPping:MODE
[SOURce<HW>]:BB:ONEWeb:CLIPping:STATe
- class ClippingCls[source]
Clipping commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- get_level() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:CLIPping:LEVel value: int = driver.source.bb.oneweb.clipping.get_level()
Sets the limit for level clipping.
- return
level: integer Range: 1 to 100
- get_mode() RsSmw.enums.ClipMode [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:CLIPping:MODE value: enums.ClipMode = driver.source.bb.oneweb.clipping.get_mode()
Sets the method for level clipping.
- return
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]
# SCPI: [SOURce<HW>]:BB:ONEWeb:CLIPping:STATe value: bool = driver.source.bb.oneweb.clipping.get_state()
Activates level clipping (Clipping) . The value is defined with the command [SOURce:]BB:ONEWeb:CLIPping:LEVel, the mode of calculation with the command [SOURce:]BB:ONEWeb:CLIPping:MODE.
- return
state: 1| ON| 0| OFF
- set_level(level: int) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:CLIPping:LEVel driver.source.bb.oneweb.clipping.set_level(level = 1)
Sets the limit for level clipping.
- param level
integer Range: 1 to 100
- set_mode(mode: RsSmw.enums.ClipMode) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:CLIPping:MODE driver.source.bb.oneweb.clipping.set_mode(mode = enums.ClipMode.SCALar)
Sets the method for level clipping.
- param 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.
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:CLIPping:STATe driver.source.bb.oneweb.clipping.set_state(state = False)
Activates level clipping (Clipping) . The value is defined with the command [SOURce:]BB:ONEWeb:CLIPping:LEVel, the mode of calculation with the command [SOURce:]BB:ONEWeb:CLIPping:MODE.
- param state
1| ON| 0| OFF