Horder

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:HSUPa:HORDer:SDCorder
CONFigure:WCDMa:SIGNaling<Instance>:CELL:HSUPa:HORDer:SUForder
class Horder[source]

Horder commands group definition. 3 total commands, 1 Sub-groups, 2 group commands

get_sdc_order()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:HSUPa:HORDer:SDCorder
value: bool = driver.configure.cell.hsupa.horder.get_sdc_order()

No command help available

return

enable: No help available

get_suf_order()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:HSUPa:HORDer:SUForder
value: bool = driver.configure.cell.hsupa.horder.get_suf_order()

No command help available

return

enable: No help available

set_sdc_order(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:HSUPa:HORDer:SDCorder
driver.configure.cell.hsupa.horder.set_sdc_order(enable = False)

No command help available

param enable

No help available

set_suf_order(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:HSUPa:HORDer:SUForder
driver.configure.cell.hsupa.horder.set_suf_order(enable = False)

No command help available

param enable

No help available

Cloning the Group

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

Subgroups