Elength

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:ISIGnal:DSSS:ELENgth
class ElengthCls[source]

Elength commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class ElengthStruct[source]

Response structure. Fields:

  • Evaluation_Length_Chips: int: No parameter help available

  • Skip_Ph: bool: OFF | ON OFF: measure also preamble and header ON: skip preamble and header

get() ElengthStruct[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:ISIGnal:DSSS:ELENgth
value: ElengthStruct = driver.configure.isignal.dsss.elength.get()

Specifies the evaluation length of the burst for DSSS signals.

return:

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

set(evaluation_length_chips: int, skip_ph: bool = None) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:ISIGnal:DSSS:ELENgth
driver.configure.isignal.dsss.elength.set(evaluation_length_chips = 1, skip_ph = False)

Specifies the evaluation length of the burst for DSSS signals.

param evaluation_length_chips:

numeric Number of payload chips Range: 1000 chips to 270000 chips, Unit: chip

param skip_ph:

OFF | ON OFF: measure also preamble and header ON: skip preamble and header