Caxes
SCPI Command :
UNIT:CAXes
- class CaxesCls[source]
Caxes commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.LimitUnitLte [source]
# SCPI: UNIT:CAXes value: enums.LimitUnitLte = driver.applications.k10Xlte.unit.caxes.get()
Selects the scale of the x-axis for result displays that show subcarrier results.
- return
unit: CARR Shows the number of the subcarriers on the x-axis. HZ Shows the frequency of the subcarriers on the x-axis.
- set(unit: RsFsw.enums.LimitUnitLte) None [source]
# SCPI: UNIT:CAXes driver.applications.k10Xlte.unit.caxes.set(unit = enums.LimitUnitLte.CARR)
Selects the scale of the x-axis for result displays that show subcarrier results.
- param unit
CARR Shows the number of the subcarriers on the x-axis. HZ Shows the frequency of the subcarriers on the x-axis.