Profiles

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection:ROHC:PROFiles
class ProfilesCls[source]

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

class ProfilesStruct[source]

Response structure. Fields:

  • Profile_0_X_0001: bool: OFF | ON Profile 1, for IP/UDP/RTP

  • Profile_0_X_0002: bool: OFF | ON Profile 2, for IP/UDP/…

  • Profile_0_X_0004: bool: OFF | ON Profile 4, for IP/…

  • Profile_0_X_0006: bool: OFF | ON Profile 6, for IP/TCP/…

get() ProfilesStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:ROHC:PROFiles
value: ProfilesStruct = driver.configure.connection.rohc.profiles.get()

Enables header compression profiles for bidirectional header compression.

return:

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

set(profile_0_x_0001: bool, profile_0_x_0002: bool, profile_0_x_0004: bool, profile_0_x_0006: bool = None) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:ROHC:PROFiles
driver.configure.connection.rohc.profiles.set(profile_0_x_0001 = False, profile_0_x_0002 = False, profile_0_x_0004 = False, profile_0_x_0006 = False)

Enables header compression profiles for bidirectional header compression.

param profile_0_x_0001:

OFF | ON Profile 1, for IP/UDP/RTP

param profile_0_x_0002:

OFF | ON Profile 2, for IP/UDP/…

param profile_0_x_0004:

OFF | ON Profile 4, for IP/…

param profile_0_x_0006:

OFF | ON Profile 6, for IP/TCP/…