Settings

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:UESinfo:SETTings
class SettingsCls[source]

Settings commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class SettingsStruct[source]

Response structure. Fields:

  • Reporting_Interval: float: float Range: 0.2 s to 5 s

  • Time_Span: int: integer Range: 1 to 1500

get() SettingsStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:UESinfo:SETTings
value: SettingsStruct = driver.configure.uesInfo.settings.get()

Sets reporting interval and time span used for enhanced statistics of user data traffic.

return:

structure: for return value, see the help for SettingsStruct structure arguments.

set(reporting_interval: float, time_span: int) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:UESinfo:SETTings
driver.configure.uesInfo.settings.set(reporting_interval = 1.0, time_span = 1)

Sets reporting interval and time span used for enhanced statistics of user data traffic.

param reporting_interval:

float Range: 0.2 s to 5 s

param time_span:

integer Range: 1 to 1500