Horder

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:CARRier<Carrier>:HORDer:DL
CONFigure:WCDMa:SIGNaling<Instance>:CELL:CARRier<Carrier>:HORDer:UL
class Horder[source]

Horder commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_downlink()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HORDer:DL
value: bool = driver.configure.cell.carrier.horder.get_downlink()

Preconfigures the activation of an additional DL/UL carrier for the next HS-SCCH order type 1 in multi-carrier scenarios.

return

enable: OFF | ON

Global Repeated Capabilities: repcap.Carrier

get_uplink()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HORDer:UL
value: bool = driver.configure.cell.carrier.horder.get_uplink()

Preconfigures the activation of an additional DL/UL carrier for the next HS-SCCH order type 1 in multi-carrier scenarios.

return

enable: OFF | ON

Global Repeated Capabilities: repcap.Carrier

set_downlink(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HORDer:DL
driver.configure.cell.carrier.horder.set_downlink(enable = False)

Preconfigures the activation of an additional DL/UL carrier for the next HS-SCCH order type 1 in multi-carrier scenarios.

param enable

OFF | ON

Global Repeated Capabilities: repcap.Carrier

set_uplink(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HORDer:UL
driver.configure.cell.carrier.horder.set_uplink(enable = False)

Preconfigures the activation of an additional DL/UL carrier for the next HS-SCCH order type 1 in multi-carrier scenarios.

param enable

OFF | ON

Global Repeated Capabilities: repcap.Carrier