MsOffset

SCPI Command :

[CONFigure]:SIGNaling:UEASsistance:NRADio:MSOFfset
class MsOffsetCls[source]

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

class MsOffsetStruct[source]

Response structure. Fields:

  • Enable: bool: Enables/disables transmitting the parameter ‘MinSchedulingOffsetPreferenceConfig-r16’ in the IE ‘OtherConfig’.

  • Prohibit_Timer: enums.ProhibitTimer: Signaled ‘minSchedulingOffsetPreferenceProhibitTimer-r16’. Sn: n ms SnDm: n.m ms

get() MsOffsetStruct[source]
# SCPI: [CONFigure]:SIGNaling:UEASsistance:NRADio:MSOFfset
value: MsOffsetStruct = driver.configure.signaling.ueAssistance.nradio.msOffset.get()

Configures requests for the preferred minimum scheduling offset.

return:

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

set(enable: bool, prohibit_timer: ProhibitTimer = None) None[source]
# SCPI: [CONFigure]:SIGNaling:UEASsistance:NRADio:MSOFfset
driver.configure.signaling.ueAssistance.nradio.msOffset.set(enable = False, prohibit_timer = enums.ProhibitTimer.INF)

Configures requests for the preferred minimum scheduling offset.

param enable:

Enables/disables transmitting the parameter ‘MinSchedulingOffsetPreferenceConfig-r16’ in the IE ‘OtherConfig’.

param prohibit_timer:

Signaled ‘minSchedulingOffsetPreferenceProhibitTimer-r16’. Sn: n ms SnDm: n.m ms