Lsequence

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:DL:ENHanced:DPCH:LSEQuence:STATe
CONFigure:WCDMa:SIGNaling<Instance>:DL:ENHanced:DPCH:LSEQuence
class Lsequence[source]

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

class ValueStruct[source]

Structure for reading output parameters. Fields:

  • Ab: float: Range: -80 dB to 0 dB

  • Bd: float: Range: -80 dB to 0 dB

  • De: float: Range: -80 dB to 0 dB

  • Ef: float: Range: -80 dB to 0 dB

get_state()RsCmwWcdmaSig.enums.LevelSeqState[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:ENHanced:DPCH:LSEQuence:STATe
value: enums.LevelSeqState = driver.configure.downlink.enhanced.dpch.lsequence.get_state()

Queries the generator status of DPCH level transitions for ‘WCDMA Out-Of-Sync Handling Measurement’.

return

state: IDLE | RUNNing | FAILed | SCONflict | SCHanged IDLE: test procedure has not started yet RUNNing: test procedure is in progress without errors FAILed: test procedure failed SCONflict: settings are inappropriate for the setup SCHanged: relevant settings changed after setup execution

get_value()ValueStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:ENHanced:DPCH:LSEQuence
value: ValueStruct = driver.configure.downlink.enhanced.dpch.lsequence.get_value()

Specifies the level of out-of-sync power mask between the areas A to F.

return

structure: for return value, see the help for ValueStruct structure arguments.

set_value(value: RsCmwWcdmaSig.Implementations.Configure_.Downlink_.Enhanced_.Dpch_.Lsequence.Lsequence.ValueStruct)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:ENHanced:DPCH:LSEQuence
driver.configure.downlink.enhanced.dpch.lsequence.set_value(value = ValueStruct())

Specifies the level of out-of-sync power mask between the areas A to F.

param value

see the help for ValueStruct structure arguments.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.downlink.enhanced.dpch.lsequence.clone()

Subgroups