Connection

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:CONNection:DEDBearer
CONFigure:LTE:SIGNaling<instance>:CONNection:RLCMode
CONFigure:LTE:SIGNaling<instance>:CONNection:IPVersion
CONFigure:LTE:SIGNaling<instance>:CONNection:APN
CONFigure:LTE:SIGNaling<instance>:CONNection:QCI
CONFigure:LTE:SIGNaling<instance>:CONNection:UDSCheduling
CONFigure:LTE:SIGNaling<instance>:CONNection:IUGNrb
CONFigure:LTE:SIGNaling<instance>:CONNection:IUGMcsidx
CONFigure:LTE:SIGNaling<instance>:CONNection:UETSelection
CONFigure:LTE:SIGNaling<instance>:CONNection:SRPRindex
CONFigure:LTE:SIGNaling<instance>:CONNection:SRCindex
CONFigure:LTE:SIGNaling<instance>:CONNection:TAControl
CONFigure:LTE:SIGNaling<instance>:CONNection:IDCHsindic
CONFigure:LTE:SIGNaling<instance>:CONNection:SIBReconfig
CONFigure:LTE:SIGNaling<instance>:CONNection:GHOPping
CONFigure:LTE:SIGNaling<instance>:CONNection:PSMallowed
CONFigure:LTE:SIGNaling<instance>:CONNection:IEMergency
CONFigure:LTE:SIGNaling<instance>:CONNection:EOISupport
CONFigure:LTE:SIGNaling<instance>:CONNection:SDNSpco
CONFigure:LTE:SIGNaling<instance>:CONNection:DPCYcle
CONFigure:LTE:SIGNaling<instance>:CONNection:PCNB
CONFigure:LTE:SIGNaling<instance>:CONNection:CTYPe
CONFigure:LTE:SIGNaling<instance>:CONNection:KRRC
CONFigure:LTE:SIGNaling<instance>:CONNection:RITimer
CONFigure:LTE:SIGNaling<instance>:CONNection:FCOefficient
CONFigure:LTE:SIGNaling<instance>:CONNection:TMODe
CONFigure:LTE:SIGNaling<instance>:CONNection:DLEinsertion
CONFigure:LTE:SIGNaling<instance>:CONNection:DLPadding
CONFigure:LTE:SIGNaling<instance>:CONNection:ASEMission
CONFigure:LTE:SIGNaling<instance>:CONNection:SUITx
CONFigure:LTE:SIGNaling<instance>:CONNection:OBCHange
CONFigure:LTE:SIGNaling<instance>:CONNection:FCHange
CONFigure:LTE:SIGNaling<instance>:CONNection:AMDBearer
class ConnectionCls[source]

Connection commands group definition. 287 total commands, 13 Subgroups, 33 group commands

get_amd_bearer() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:AMDBearer
value: bool = driver.configure.connection.get_amd_bearer()

Enables/disables accepting multiple default bearer requests.

return:

enable: OFF | ON

get_apn() str[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:APN
value: str = driver.configure.connection.get_apn()

Configures the default APN for default bearers and data application tests. In test mode, the setting is fixed and can only be queried.

return:

apn: string APN default value

get_as_emission() AddSpectrumEmission[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:ASEMission
value: enums.AddSpectrumEmission = driver.configure.connection.get_as_emission()

Selects a value signaled to the UE as additional ACLR and spectrum emission requirement.

return:

value: NS01 | … | NS288 Value NS_01 to NS_288

get_ctype() ConnectionType[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:CTYPe
value: enums.ConnectionType = driver.configure.connection.get_ctype()

Selects the connection type to be applied.

return:

type_py: TESTmode | DAPPlication TESTmode: for signaling tests not involving the DAU DAPPlication: for data application measurements using the DAU

get_ded_bearer() str[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:DEDBearer
value: str = driver.configure.connection.get_ded_bearer()

Selects a dedicated bearer as a preparation for a bearer release via CALL:LTE:SIGN:PSWitched:ACTion DISConnect.

return:

idn: string Dedicated bearer ID Example: ‘6 (-5, Voice) ‘ To query a list of IDs for all established dedicated bearers, see method RsCmwLteSig.Catalog.Connection.dedBearer.

get_dl_padding() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:DLPadding
value: bool = driver.configure.connection.get_dl_padding()

Activates or deactivates downlink padding at the MAC layer (filling an allocated RMC with padding bits when no data is available from higher layers) .

return:

value: OFF | ON

get_dle_insertion() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:DLEinsertion
value: int = driver.configure.connection.get_dle_insertion()

Configures the rate of transport block errors to be inserted into the downlink data.

return:

value: numeric Range: 0 % to 100 %, Unit: %

get_dp_cycle() DpCycle[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:DPCYcle
value: enums.DpCycle = driver.configure.connection.get_dp_cycle()

Selects the cell-specific default paging cycle.

return:

cycle: P032 | P064 | P128 | P256 32, 64, 128 or 256 radio frames

get_eoi_support() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:EOISupport
value: bool = driver.configure.connection.get_eoi_support()

Enables the optional field ‘eCallOverIMS-Support-r14’ in system information block 1.

return:

support: OFF | ON OFF: field omitted ON: field included

get_fchange() InterBandHandoverMode[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:FCHange
value: enums.InterBandHandoverMode = driver.configure.connection.get_fchange()

Selects the mechanism to be used for inter-frequency handover (operating band not changed) .

return:

mode: BHANdover | REDirection Blind handover or redirection

get_fcoefficient() FilterCoefficient[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:FCOefficient
value: enums.FilterCoefficient = driver.configure.connection.get_fcoefficient()

Selects the value to be sent to the UE as ‘filterCoefficient’ in RRC messages containing this information element.

return:

filter_py: FC4 | FC8

get_ghopping() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:GHOPping
value: bool = driver.configure.connection.get_ghopping()

Enables or disables group hopping.

return:

enable: OFF | ON

get_idchsindic() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:IDCHsindic
value: bool = driver.configure.connection.get_idchsindic()

Enables sending the information element ‘idc-HardwareSharingIndication’ to the UE.

return:

indication: OFF | ON

get_iemergency() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:IEMergency
value: bool = driver.configure.connection.get_iemergency()

Enables the optional field ‘ims-EmergencySupport-r9’ in system information block 1.

return:

enable: OFF | ON OFF: field omitted ON: field included

get_ip_version() IpVersion[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:IPVersion
value: enums.IpVersion = driver.configure.connection.get_ip_version()

Configures the allowed IP versions for default bearers and data application tests. In test mode, the setting is fixed and can only be queried.

return:

ip_version: IPV4 | IPV6 | IPV46 IPV4: IPV4 only IPV6: IPV6 only IPV46: IPv4 and IPv6

get_iugmcsidx() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:IUGMcsidx
value: int = driver.configure.connection.get_iugmcsidx()

Configures the MCS index value for the first UL grant after an UL grant request of the UE (uplink dynamic scheduling) .

return:

mcs_index: numeric Range: 0 to 28

get_iugnrb() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:IUGNrb
value: int = driver.configure.connection.get_iugnrb()

Configures the number of resource blocks for the first UL grant after an UL grant request of the UE (uplink dynamic scheduling) .

return:

nrb: decimal Range: 0 to 100 (depends on cell BW)

get_krrc() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:KRRC
value: bool = driver.configure.connection.get_krrc()

Selects whether the RRC connection is kept or released after attach.

return:

enable: OFF | ON OFF: The RRC connection is released. ON: The RRC connection is kept.

get_ob_change() InterBandHandoverMode[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:OBCHange
value: enums.InterBandHandoverMode = driver.configure.connection.get_ob_change()

Selects the mechanism to be used for inter-band handover.

return:

mode: BHANdover | REDirection Blind handover or redirection

get_pcnb() NbValue[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:PCNB
value: enums.NbValue = driver.configure.connection.get_pcnb()

Configures the field ‘nB’ in the ‘PCCH-Config’ in system information block 2.

return:

value: NB4T | NB2T | NBT | NBT2 | NBT4 | NBT8 | NBT16 | NBT32 | NBT64 | NBT128 | NBT256 4T, 2T, T, T/2, T/4, T/8, T/16, T/32, T/64, T/128, T/256 The values NBT64, NBT128 and NBT256 are only allowed for eMTC. And they are only allowed, if the default paging cycle has the same or a greater value. Example: NBT64 needs cycle ≥ P064.

get_psm_allowed() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:PSMallowed
value: bool = driver.configure.connection.get_psm_allowed()

Specifies whether a UE request for power-saving mode is accepted or rejected.

return:

allowed: OFF | ON

get_qci() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:QCI
value: int = driver.configure.connection.get_qci()

Configures the QCI value for default bearers and data application tests. In test mode, the setting is fixed and can only be queried.

return:

qci: numeric Quality-of-service class identifier Range: 5 to 9

get_ri_timer() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:RITimer
value: int = driver.configure.connection.get_ri_timer()

Configures the inactivity timeout for disabled ‘Keep RRC Connection’ (CONFigure:LTE:SIGN:CONNection:KRRC OFF) .

return:

time: integer Range: 1 s to 255 s, Unit: s

get_rlc_mode() RlcMode[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:RLCMode
value: enums.RlcMode = driver.configure.connection.get_rlc_mode()

Selects the RLC mode for downlink transmissions (default bearer) .

return:

mode: UM | AM UM: unacknowledged mode AM: acknowledged mode

get_sdnspco() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SDNSpco
value: bool = driver.configure.connection.get_sdnspco()

Enables or disables sending of a DNS IP address to the UE.

return:

enable: OFF | ON

get_sibre_config() UeChangesType[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SIBReconfig
value: enums.UeChangesType = driver.configure.connection.get_sibre_config()

Selects a method for information of the UE about changes in the system information, resulting from modified parameters: SIB paging or RRC reconfiguration.

return:

type_py: SIBPaging | RRCReconfig

get_src_index() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SRCindex
value: int = driver.configure.connection.get_src_index()

Specifies the ‘sr-ConfigIndex’.

return:

index: integer Range: 0 to 157

get_srpr_index() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SRPRindex
value: int = driver.configure.connection.get_srpr_index()

Specifies the ‘sr-PUCCH ResourceIndex’.

return:

index: integer Range: 0 to 2047

get_sui_tx() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SUITx
value: bool = driver.configure.connection.get_sui_tx()

Enables or disables the fields ‘skipUplinkTxSPS’ and ‘skipUplinkTxDynamic’.

return:

skip_ul_tx: OFF | ON

get_ta_control() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:TAControl
value: bool = driver.configure.connection.get_ta_control()

Enables the correction of a changing UL frame timing via timing advance commands.

return:

enable: OFF | ON

get_tmode() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:TMODe
value: bool = driver.configure.connection.get_tmode()

Specifies whether the UE is forced into a test mode. If enabled, the message ‘ACTIVATE TEST MODE’ is sent to the UE.

return:

enable: OFF | ON

get_ud_scheduling() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:UDSCheduling
value: bool = driver.configure.connection.get_ud_scheduling()

Enables or disables uplink dynamic scheduling.

return:

enable: OFF | ON

get_uet_selection() TransmitAntenaSelection[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:UETSelection
value: enums.TransmitAntenaSelection = driver.configure.connection.get_uet_selection()

Configures the parameter ‘ue-TransmitAntennaSelection’ signaled to the UE.

return:

selection: OFF | OLOop OFF UE transmit antenna selection not allowed OLOop Open-loop UE transmit antenna selection

set_amd_bearer(enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:AMDBearer
driver.configure.connection.set_amd_bearer(enable = False)

Enables/disables accepting multiple default bearer requests.

param enable:

OFF | ON

set_apn(apn: str) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:APN
driver.configure.connection.set_apn(apn = 'abc')

Configures the default APN for default bearers and data application tests. In test mode, the setting is fixed and can only be queried.

param apn:

string APN default value

set_as_emission(value: AddSpectrumEmission) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:ASEMission
driver.configure.connection.set_as_emission(value = enums.AddSpectrumEmission.NS01)

Selects a value signaled to the UE as additional ACLR and spectrum emission requirement.

param value:

NS01 | … | NS288 Value NS_01 to NS_288

set_ctype(type_py: ConnectionType) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:CTYPe
driver.configure.connection.set_ctype(type_py = enums.ConnectionType.DAPPlication)

Selects the connection type to be applied.

param type_py:

TESTmode | DAPPlication TESTmode: for signaling tests not involving the DAU DAPPlication: for data application measurements using the DAU

set_ded_bearer(idn: str) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:DEDBearer
driver.configure.connection.set_ded_bearer(idn = 'abc')

Selects a dedicated bearer as a preparation for a bearer release via CALL:LTE:SIGN:PSWitched:ACTion DISConnect.

param idn:

string Dedicated bearer ID Example: ‘6 (-5, Voice) ‘ To query a list of IDs for all established dedicated bearers, see method RsCmwLteSig.Catalog.Connection.dedBearer.

set_dl_padding(value: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:DLPadding
driver.configure.connection.set_dl_padding(value = False)

Activates or deactivates downlink padding at the MAC layer (filling an allocated RMC with padding bits when no data is available from higher layers) .

param value:

OFF | ON

set_dle_insertion(value: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:DLEinsertion
driver.configure.connection.set_dle_insertion(value = 1)

Configures the rate of transport block errors to be inserted into the downlink data.

param value:

numeric Range: 0 % to 100 %, Unit: %

set_dp_cycle(cycle: DpCycle) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:DPCYcle
driver.configure.connection.set_dp_cycle(cycle = enums.DpCycle.P032)

Selects the cell-specific default paging cycle.

param cycle:

P032 | P064 | P128 | P256 32, 64, 128 or 256 radio frames

set_eoi_support(support: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:EOISupport
driver.configure.connection.set_eoi_support(support = False)

Enables the optional field ‘eCallOverIMS-Support-r14’ in system information block 1.

param support:

OFF | ON OFF: field omitted ON: field included

set_fchange(mode: InterBandHandoverMode) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:FCHange
driver.configure.connection.set_fchange(mode = enums.InterBandHandoverMode.BHANdover)

Selects the mechanism to be used for inter-frequency handover (operating band not changed) .

param mode:

BHANdover | REDirection Blind handover or redirection

set_fcoefficient(filter_py: FilterCoefficient) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:FCOefficient
driver.configure.connection.set_fcoefficient(filter_py = enums.FilterCoefficient.FC4)

Selects the value to be sent to the UE as ‘filterCoefficient’ in RRC messages containing this information element.

param filter_py:

FC4 | FC8

set_ghopping(enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:GHOPping
driver.configure.connection.set_ghopping(enable = False)

Enables or disables group hopping.

param enable:

OFF | ON

set_idchsindic(indication: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:IDCHsindic
driver.configure.connection.set_idchsindic(indication = False)

Enables sending the information element ‘idc-HardwareSharingIndication’ to the UE.

param indication:

OFF | ON

set_iemergency(enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:IEMergency
driver.configure.connection.set_iemergency(enable = False)

Enables the optional field ‘ims-EmergencySupport-r9’ in system information block 1.

param enable:

OFF | ON OFF: field omitted ON: field included

set_ip_version(ip_version: IpVersion) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:IPVersion
driver.configure.connection.set_ip_version(ip_version = enums.IpVersion.IPV4)

Configures the allowed IP versions for default bearers and data application tests. In test mode, the setting is fixed and can only be queried.

param ip_version:

IPV4 | IPV6 | IPV46 IPV4: IPV4 only IPV6: IPV6 only IPV46: IPv4 and IPv6

set_iugmcsidx(mcs_index: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:IUGMcsidx
driver.configure.connection.set_iugmcsidx(mcs_index = 1)

Configures the MCS index value for the first UL grant after an UL grant request of the UE (uplink dynamic scheduling) .

param mcs_index:

numeric Range: 0 to 28

set_iugnrb(nrb: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:IUGNrb
driver.configure.connection.set_iugnrb(nrb = 1)

Configures the number of resource blocks for the first UL grant after an UL grant request of the UE (uplink dynamic scheduling) .

param nrb:

decimal Range: 0 to 100 (depends on cell BW)

set_krrc(enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:KRRC
driver.configure.connection.set_krrc(enable = False)

Selects whether the RRC connection is kept or released after attach.

param enable:

OFF | ON OFF: The RRC connection is released. ON: The RRC connection is kept.

set_ob_change(mode: InterBandHandoverMode) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:OBCHange
driver.configure.connection.set_ob_change(mode = enums.InterBandHandoverMode.BHANdover)

Selects the mechanism to be used for inter-band handover.

param mode:

BHANdover | REDirection Blind handover or redirection

set_pcnb(value: NbValue) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:PCNB
driver.configure.connection.set_pcnb(value = enums.NbValue.NB2T)

Configures the field ‘nB’ in the ‘PCCH-Config’ in system information block 2.

param value:

NB4T | NB2T | NBT | NBT2 | NBT4 | NBT8 | NBT16 | NBT32 | NBT64 | NBT128 | NBT256 4T, 2T, T, T/2, T/4, T/8, T/16, T/32, T/64, T/128, T/256 The values NBT64, NBT128 and NBT256 are only allowed for eMTC. And they are only allowed, if the default paging cycle has the same or a greater value. Example: NBT64 needs cycle ≥ P064.

set_psm_allowed(allowed: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:PSMallowed
driver.configure.connection.set_psm_allowed(allowed = False)

Specifies whether a UE request for power-saving mode is accepted or rejected.

param allowed:

OFF | ON

set_qci(qci: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:QCI
driver.configure.connection.set_qci(qci = 1)

Configures the QCI value for default bearers and data application tests. In test mode, the setting is fixed and can only be queried.

param qci:

numeric Quality-of-service class identifier Range: 5 to 9

set_ri_timer(time: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:RITimer
driver.configure.connection.set_ri_timer(time = 1)

Configures the inactivity timeout for disabled ‘Keep RRC Connection’ (CONFigure:LTE:SIGN:CONNection:KRRC OFF) .

param time:

integer Range: 1 s to 255 s, Unit: s

set_rlc_mode(mode: RlcMode) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:RLCMode
driver.configure.connection.set_rlc_mode(mode = enums.RlcMode.AM)

Selects the RLC mode for downlink transmissions (default bearer) .

param mode:

UM | AM UM: unacknowledged mode AM: acknowledged mode

set_sdnspco(enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SDNSpco
driver.configure.connection.set_sdnspco(enable = False)

Enables or disables sending of a DNS IP address to the UE.

param enable:

OFF | ON

set_sibre_config(type_py: UeChangesType) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SIBReconfig
driver.configure.connection.set_sibre_config(type_py = enums.UeChangesType.RRCReconfig)

Selects a method for information of the UE about changes in the system information, resulting from modified parameters: SIB paging or RRC reconfiguration.

param type_py:

SIBPaging | RRCReconfig

set_src_index(index: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SRCindex
driver.configure.connection.set_src_index(index = 1)

Specifies the ‘sr-ConfigIndex’.

param index:

integer Range: 0 to 157

set_srpr_index(index: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SRPRindex
driver.configure.connection.set_srpr_index(index = 1)

Specifies the ‘sr-PUCCH ResourceIndex’.

param index:

integer Range: 0 to 2047

set_sui_tx(skip_ul_tx: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SUITx
driver.configure.connection.set_sui_tx(skip_ul_tx = False)

Enables or disables the fields ‘skipUplinkTxSPS’ and ‘skipUplinkTxDynamic’.

param skip_ul_tx:

OFF | ON

set_ta_control(enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:TAControl
driver.configure.connection.set_ta_control(enable = False)

Enables the correction of a changing UL frame timing via timing advance commands.

param enable:

OFF | ON

set_tmode(enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:TMODe
driver.configure.connection.set_tmode(enable = False)

Specifies whether the UE is forced into a test mode. If enabled, the message ‘ACTIVATE TEST MODE’ is sent to the UE.

param enable:

OFF | ON

set_ud_scheduling(enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:UDSCheduling
driver.configure.connection.set_ud_scheduling(enable = False)

Enables or disables uplink dynamic scheduling.

param enable:

OFF | ON

set_uet_selection(selection: TransmitAntenaSelection) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:UETSelection
driver.configure.connection.set_uet_selection(selection = enums.TransmitAntenaSelection.OFF)

Configures the parameter ‘ue-TransmitAntennaSelection’ signaled to the UE.

param selection:

OFF | OLOop OFF UE transmit antenna selection not allowed OLOop Open-loop UE transmit antenna selection

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.connection.clone()

Subgroups