Lte
SCPI Commands :
[SOURce<HW>]:BB:HUWB:FILTer:PARameter:LTE:COFFactor
[SOURce<HW>]:BB:HUWB:FILTer:PARameter:LTE:COFS
[SOURce<HW>]:BB:HUWB:FILTer:PARameter:LTE:OPTimization
[SOURce<HW>]:BB:HUWB:FILTer:PARameter:LTE:ROFactor
- class LteCls[source]
Lte commands group definition. 4 total commands, 0 Subgroups, 4 group commands
- get_coffactor() float [source]
# SCPI: [SOURce<HW>]:BB:HUWB:FILTer:PARameter:LTE:COFFactor value: float = driver.source.bb.huwb.filterPy.parameter.lte.get_coffactor()
Sets the cut-off frequency factor for the LTE filter type.
- return
cutoff_factor: float Range: 0.02 to 2
- get_cofs() float [source]
# SCPI: [SOURce<HW>]:BB:HUWB:FILTer:PARameter:LTE:COFS value: float = driver.source.bb.huwb.filterPy.parameter.lte.get_cofs()
Sets the cut-off frequency shift of the applied filter.
- return
cut_off_freq_shift: float Range: -1 to 1
- get_optimization() RsSmbv.enums.FiltOptType [source]
# SCPI: [SOURce<HW>]:BB:HUWB:FILTer:PARameter:LTE:OPTimization value: enums.FiltOptType = driver.source.bb.huwb.filterPy.parameter.lte.get_optimization()
Defines the applied LTE filter.
- return
optimization: EVM| STD| ACP| ACPN| BENU
- get_ro_factor() float [source]
# SCPI: [SOURce<HW>]:BB:HUWB:FILTer:PARameter:LTE:ROFactor value: float = driver.source.bb.huwb.filterPy.parameter.lte.get_ro_factor()
Sets the roll-off factor for the LTE filter type.
- return
rolloff_factor: float Range: 0 to 1
- set_coffactor(cutoff_factor: float) None [source]
# SCPI: [SOURce<HW>]:BB:HUWB:FILTer:PARameter:LTE:COFFactor driver.source.bb.huwb.filterPy.parameter.lte.set_coffactor(cutoff_factor = 1.0)
Sets the cut-off frequency factor for the LTE filter type.
- param cutoff_factor
float Range: 0.02 to 2
- set_cofs(cut_off_freq_shift: float) None [source]
# SCPI: [SOURce<HW>]:BB:HUWB:FILTer:PARameter:LTE:COFS driver.source.bb.huwb.filterPy.parameter.lte.set_cofs(cut_off_freq_shift = 1.0)
Sets the cut-off frequency shift of the applied filter.
- param cut_off_freq_shift
float Range: -1 to 1
- set_optimization(optimization: RsSmbv.enums.FiltOptType) None [source]
# SCPI: [SOURce<HW>]:BB:HUWB:FILTer:PARameter:LTE:OPTimization driver.source.bb.huwb.filterPy.parameter.lte.set_optimization(optimization = enums.FiltOptType.ACP)
Defines the applied LTE filter.
- param optimization
EVM| STD| ACP| ACPN| BENU
- set_ro_factor(rolloff_factor: float) None [source]
# SCPI: [SOURce<HW>]:BB:HUWB:FILTer:PARameter:LTE:ROFactor driver.source.bb.huwb.filterPy.parameter.lte.set_ro_factor(rolloff_factor = 1.0)
Sets the roll-off factor for the LTE filter type.
- param rolloff_factor
float Range: 0 to 1