Eutra

SCPI Commands :

[CONFigure]:SIGNaling:EPS:UECapability:EUTRa:RFORmat
[CONFigure]:SIGNaling:EPS:UECapability:EUTRa:SFC
class EutraCls[source]

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

get_rformat() bool[source]
# SCPI: [CONFigure]:SIGNaling:EPS:UECapability:EUTRa:RFORmat
value: bool = driver.configure.signaling.eps.ueCapability.eutra.get_rformat()

Adds the field ‘requestReducedFormat-r13’ to the message ‘UeCapabilityEnquiry’, for EPS tracking areas, container type ‘UE-EUTRA-Capability’.

return:

enable: No help available

get_sfc() bool[source]
# SCPI: [CONFigure]:SIGNaling:EPS:UECapability:EUTRa:SFC
value: bool = driver.configure.signaling.eps.ueCapability.eutra.get_sfc()

Adds the field ‘requestSkipFallbackComb-r13’ to the message ‘UeCapabilityEnquiry’, for EPS tracking areas, container type ‘UE-EUTRA-Capability’.

return:

enable: No help available

set_rformat(enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:EPS:UECapability:EUTRa:RFORmat
driver.configure.signaling.eps.ueCapability.eutra.set_rformat(enable = False)

Adds the field ‘requestReducedFormat-r13’ to the message ‘UeCapabilityEnquiry’, for EPS tracking areas, container type ‘UE-EUTRA-Capability’.

param enable:

No help available

set_sfc(enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:EPS:UECapability:EUTRa:SFC
driver.configure.signaling.eps.ueCapability.eutra.set_sfc(enable = False)

Adds the field ‘requestSkipFallbackComb-r13’ to the message ‘UeCapabilityEnquiry’, for EPS tracking areas, container type ‘UE-EUTRA-Capability’.

param enable:

No help available