Scount
SCPI Command :
[SENSe][:LTE]:FRAMe:SCOunt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe][:LTE]:FRAMe:SCOunt value: float = driver.applications.k10Xlte.sense.lte.frame.scount.get()
Selects the maximum number of subframes to analyze. Selecting a number of subframes different from the default one may become necessary if the capture time is less than 20.1 ms.
- Returns:
sub_frames: ALL Analyzes all subframes of a frame (10) . numeric value (integer only) Number of subframes that the application analyzes. Range: 1 to 9
- set(sub_frames: float) None[source]
# [SENSe][:LTE]:FRAMe:SCOunt driver.applications.k10Xlte.sense.lte.frame.scount.set(sub_frames = 1.0)
Selects the maximum number of subframes to analyze. Selecting a number of subframes different from the default one may become necessary if the capture time is less than 20.1 ms.
- Parameters:
sub_frames – ALL Analyzes all subframes of a frame (10) . numeric value (integer only) Number of subframes that the application analyzes. Range: 1 to 9