Scount
SCPI Command :
[SENSe][:LTE]:FRAMe:SCOunt
- class ScountCls[source]
Scount commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [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.
- return
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]
# SCPI: [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.
- param 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