Ndevices
SCPI Command :
CONFigure[:LTE]:NDEVices
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# CONFigure[:LTE]:NDEVices value: float = driver.applications.k10Xlte.configure.lte.ndevices.get()
Selects the number of FSW used in a time alignment error measurement with carrier aggregation. (Note that for uplink time alignment error measurements, the number of devices is always ‘1’.)
- Returns:
devices: 1 Performs a broadband measurement over all component carriers on a single FSW. 2 Performs a measurement on two FSW, each one analyzing a single component carrier.
- set(devices: float) None[source]
# CONFigure[:LTE]:NDEVices driver.applications.k10Xlte.configure.lte.ndevices.set(devices = 1.0)
Selects the number of FSW used in a time alignment error measurement with carrier aggregation. (Note that for uplink time alignment error measurements, the number of devices is always ‘1’.)
- Parameters:
devices – 1 Performs a broadband measurement over all component carriers on a single FSW. 2 Performs a measurement on two FSW, each one analyzing a single component carrier.