HlOperation

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:CPC:HLOPeration:ENABle
CONFigure:WCDMa:SIGNaling<Instance>:CELL:CPC:HLOPeration:NTBLock
class HlOperation[source]

HlOperation commands group definition. 4 total commands, 2 Sub-groups, 2 group commands

get_enable()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:HLOPeration:ENABle
value: bool = driver.configure.cell.cpc.hlOperation.get_enable()

Enables/disables HS-SCCH less operation

return

enable: OFF | ON

get_nt_block()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:HLOPeration:NTBLock
value: int = driver.configure.cell.cpc.hlOperation.get_nt_block()

Selects the number of preconfiguration set (column of the table ‘No. of Transport Block Size Indicies’) to be used for the initial transmission of HS-SCCH less operation. See also: CONFigure:WCDMa:SIGN<i>:CELL:CPC:HLOPeration:TBLock<index> CONFigure:WCDMa:SIGN<i>:CELL:CPC:HLOPeration:SCSupport<index>

return

number: Range: 1 to 4

set_enable(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:HLOPeration:ENABle
driver.configure.cell.cpc.hlOperation.set_enable(enable = False)

Enables/disables HS-SCCH less operation

param enable

OFF | ON

set_nt_block(number: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:HLOPeration:NTBLock
driver.configure.cell.cpc.hlOperation.set_nt_block(number = 1)

Selects the number of preconfiguration set (column of the table ‘No. of Transport Block Size Indicies’) to be used for the initial transmission of HS-SCCH less operation. See also: CONFigure:WCDMa:SIGN<i>:CELL:CPC:HLOPeration:TBLock<index> CONFigure:WCDMa:SIGN<i>:CELL:CPC:HLOPeration:SCSupport<index>

param number

Range: 1 to 4

Cloning the Group

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

Subgroups