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