UlOnly

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:CONNection:ROHC:ULONly:PROFiles
CONFigure:LTE:SIGNaling<instance>:CONNection:ROHC:ULONly:ENABle
class UlOnlyCls[source]

UlOnly commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_enable() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:ROHC:ULONly:ENABle
value: bool = driver.configure.connection.rohc.ulOnly.get_enable()

Enables or disables uplink-only header compression.

return:

enable: OFF | ON

get_profiles() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:ROHC:ULONly:PROFiles
value: bool = driver.configure.connection.rohc.ulOnly.get_profiles()

Enables header compression profiles for uplink-only header compression.

return:

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

set_enable(enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:ROHC:ULONly:ENABle
driver.configure.connection.rohc.ulOnly.set_enable(enable = False)

Enables or disables uplink-only header compression.

param enable:

OFF | ON

set_profiles(profile_0_x_0006: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:ROHC:ULONly:PROFiles
driver.configure.connection.rohc.ulOnly.set_profiles(profile_0_x_0006 = False)

Enables header compression profiles for uplink-only header compression.

param profile_0_x_0006:

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