Caxes
SCPI Command :
UNIT:CAXes
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() LimitUnitLte[source]
# 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.
- Returns:
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: LimitUnitLte) None[source]
# 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.
- Parameters:
unit – CARR Shows the number of the subcarriers on the x-axis. HZ Shows the frequency of the subcarriers on the x-axis.