Clipping
SCPI Commands :
[SOURce<HW>]:BB:LRWPan:CLIPping:LEVel
[SOURce<HW>]:BB:LRWPan:CLIPping:MODE
[SOURce<HW>]:BB:LRWPan:CLIPping:STATe
- Commands in total: 3Subgroups: 0Direct child commands: 3
- get_level() int[source]
# [SOURce<HW>]:BB:LRWPan:CLIPping:LEVel value: int = driver.source.bb.lrWpan.clipping.get_level()
Sets the limit for level clipping.
- Returns:
level: integer Range: 1 to 100
- get_mode() ClipMode[source]
# [SOURce<HW>]:BB:LRWPan:CLIPping:MODE value: enums.ClipMode = driver.source.bb.lrWpan.clipping.get_mode()
Sets the method for level clipping.
- Returns:
mode: VECTor | SCALar
- get_state() bool[source]
# [SOURce<HW>]:BB:LRWPan:CLIPping:STATe value: bool = driver.source.bb.lrWpan.clipping.get_state()
Activates level clipping (Clipping) . The value is defined with the method
RsSmw.source.bb.eutra.clipping.level(), the mode of calculation with the methodRsSmw.source.bb.eutra.clipping.mode().- Returns:
state: 1 | ON | 0| OFF
- set_level(level: int) None[source]
# [SOURce<HW>]:BB:LRWPan:CLIPping:LEVel driver.source.bb.lrWpan.clipping.set_level(level = 1)
Sets the limit for level clipping.
- Parameters:
level – integer Range: 1 to 100
- set_mode(mode: ClipMode) None[source]
# [SOURce<HW>]:BB:LRWPan:CLIPping:MODE driver.source.bb.lrWpan.clipping.set_mode(mode = enums.ClipMode.SCALar)
Sets the method for level clipping.
- Parameters:
mode – VECTor | SCALar
- set_state(state: bool) None[source]
# [SOURce<HW>]:BB:LRWPan:CLIPping:STATe driver.source.bb.lrWpan.clipping.set_state(state = False)
Activates level clipping (Clipping) . The value is defined with the method
RsSmw.source.bb.eutra.clipping.level(), the mode of calculation with the methodRsSmw.source.bb.eutra.clipping.mode().- Parameters:
state – 1 | ON | 0| OFF