Setup

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>:SETup
class SetupCls[source]

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

class SetupStruct[source]

Response structure. Fields:

  • Segment_Length: int: Number of subframes in the segment

  • Level: float: Expected nominal power in the segment. The range can be calculated as follows: Range (Expected Nominal Power) = Range (Input Power) + External Attenuation - User Margin The input power range is stated in the specifications document.

  • Band: enums.Band: Frequency band used in the segment

  • Retrigger_Flag: enums.RetriggerFlag: Specifies whether the measurement waits for a trigger event before measuring the segment, or not. For the first segment, the value OFF is always interpreted as ON. OFF: measure the segment without retrigger ON: wait for a trigger event from the trigger source configured via TRIGger:NRMMw:MEASi:MEValuation:SOURce IFPower: wait for a trigger event from the trigger source IF Power

  • Evaluat_Offset: int: Number of subframes at the beginning of the segment that are not evaluated.

get(sEGMent=SEGMent.Default) SetupStruct[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>:SETup
value: SetupStruct = driver.configure.nrMmwMeas.listPy.segment.setup.get(sEGMent = repcap.SEGMent.Default)

Defines the length and analyzer settings of segment <no>. For carrier-specific settings, there are additional commands. Send this command and the other segment configuration commands for all segments to be measured (method RsCMPX_NrFr2Meas. Configure.NrMmwMeas.ListPy.Lrange.set) .

param sEGMent:

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(segment_length: int, level: float, band: Band, retrigger_flag: RetriggerFlag, evaluat_offset: int, sEGMent=SEGMent.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>:SETup
driver.configure.nrMmwMeas.listPy.segment.setup.set(segment_length = 1, level = 1.0, band = enums.Band.B257, retrigger_flag = enums.RetriggerFlag.IFPower, evaluat_offset = 1, sEGMent = repcap.SEGMent.Default)

Defines the length and analyzer settings of segment <no>. For carrier-specific settings, there are additional commands. Send this command and the other segment configuration commands for all segments to be measured (method RsCMPX_NrFr2Meas. Configure.NrMmwMeas.ListPy.Lrange.set) .

param segment_length:

Number of subframes in the segment

param level:

Expected nominal power in the segment. The range can be calculated as follows: Range (Expected Nominal Power) = Range (Input Power) + External Attenuation - User Margin The input power range is stated in the specifications document.

param band:

Frequency band used in the segment

param retrigger_flag:

Specifies whether the measurement waits for a trigger event before measuring the segment, or not. For the first segment, the value OFF is always interpreted as ON. OFF: measure the segment without retrigger ON: wait for a trigger event from the trigger source configured via TRIGger:NRMMw:MEASi:MEValuation:SOURce IFPower: wait for a trigger event from the trigger source IF Power

param evaluat_offset:

Number of subframes at the beginning of the segment that are not evaluated.

param sEGMent:

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