Setup

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:SETup
class SetupCls[source]

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

class SetupStruct[source]

Structure for setting input parameters. Fields:

  • Segment_Time: float: numeric Duration of the segment Range: 4E-5 s to 1 s

  • Meas_Time: float: numeric Duration of measurement for the segment Range: 1E-5 s to 1 s

  • Meas_Offset: float: numeric Measurement offset for the segment Range: 1E-5 s to 1 s

  • Level: float: numeric Expected nominal power of the measured RF signal within the segment The range of the expected nominal power can be calculated as follows: Range (Expected Nominal Power) = Range (Input Power) + External Attenuation - User Margin Range: -47 dBm to 34 dBm for the input power at RF 1 COM and RF 2 COM (please notice also the ranges quoted in the data sheet) . , Unit: dBm

  • Frequency: float: numeric Configures the center frequency of the RF analyzer. Set it to the center frequency of the received WLAN channel. Range: 70 MHz to 6 GHz

  • Standard: enums.IeeeStandard: DSSS | LOFDm | HTOFdm | VHTofdm | HEOFdm | POFDm DSSS: 802.11b/g (DSSS) LOFDm: 802.11a/g (OFDM) HTOFdm: 802.11n VHTofdm: 802.11ac HEOFdm: 802.11ax POFDm: 802.11p

  • Bandwidth: enums.Bandwidth: BW05mhz | BW10mhz | BW20mhz | BW40mhz | BW80mhz | BW16mhz | BW88mhz BW05mhz: 5 MHz BW10mhz: 10 MHz BW20mhz: 20 MHz BW40mhz: 40 MHz BW80mhz: 80 MHz BW88mhz: 80+80 MHz BW16mhz: 160 MHz

get(segmentB=SegmentB.Default) SetupStruct[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:SETup
value: SetupStruct = driver.configure.multiEval.listPy.segment.setup.get(segmentB = repcap.SegmentB.Default)

Specifies burst parameter settings for segment <no> in list mode. Send this command for all segments to be measured.

param segmentB:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)

return:

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

set(structure: SetupStruct, segmentB=SegmentB.Default) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:SETup
structure = driver.configure.multiEval.listPy.segment.setup.SetupStruct()
structure.Segment_Time: float = 1.0
structure.Meas_Time: float = 1.0
structure.Meas_Offset: float = 1.0
structure.Level: float = 1.0
structure.Frequency: float = 1.0
structure.Standard: enums.IeeeStandard = enums.IeeeStandard.DSSS
structure.Bandwidth: enums.Bandwidth = enums.Bandwidth.BW05mhz
driver.configure.multiEval.listPy.segment.setup.set(structure, segmentB = repcap.SegmentB.Default)

Specifies burst parameter settings for segment <no> in list mode. Send this command for all segments to be measured.

param structure:

for set value, see the help for SetupStruct structure arguments.

param segmentB:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)