Trigger

SCPI Commands :

[SOURce<HW>]:BB:WLAD:TRIGger:RMODe
[SOURce<HW>]:BB:WLAD:TRIGger:SLENgth
[SOURce<HW>]:BB:WLAD:TRIGger:SLUNit
[SOURce<HW>]:BB:WLAD:TRIGger:SOURce
[SOURce<HW>]:BB:WLAD:[TRIGger]:SEQuence
class TriggerCls[source]

Trigger commands group definition. 25 total commands, 6 Subgroups, 5 group commands

get_rmode() RsSmw.enums.TrigRunMode[source]
# SCPI: [SOURce<HW>]:BB:WLAD:TRIGger:RMODe
value: enums.TrigRunMode = driver.source.bb.wlad.trigger.get_rmode()

Queries the current status of signal generation for all trigger modes with IEEE 802.11ad/ay modulation on.

return

rmode: STOP| RUN RUN The signal is generated. A trigger event occurred in the triggered mode. STOP The signal is not generated. A trigger event did not occur in the triggered modes, or signal generation was stopped by the command :BB:WLAD:TRIG:ARM:EXECute (armed trigger modes only) .

get_sequence() RsSmw.enums.DmTrigMode[source]
# SCPI: [SOURce<HW>]:BB:WLAD:[TRIGger]:SEQuence
value: enums.DmTrigMode = driver.source.bb.wlad.trigger.get_sequence()

Selects the trigger mode.

return

sequence: AUTO| RETRigger| AAUTo| ARETrigger| SINGle AUTO The modulation signal is generated continuously. RETRigger The modulation signal is generated continuously. A trigger event (internal or external) causes a restart. AAUTo The modulation signal is generated only when a trigger event occurs. After the trigger event the signal is generated continuously. Signal generation is stopped with command SOUR:BB:WLAD:TRIG:ARM:EXEC and started again when a trigger event occurs. ARETrigger The modulation signal is generated only when a trigger event occurs. The device automatically toggles to RETRIG mode. Every subsequent trigger event causes a restart. Signal generation is stopped with command SOUR:BB:WLAD:TRIG:ARM:EXEC and started again when a trigger event occurs. SINGle The modulation signal is generated only when a trigger event occurs. Then the signal is generated once to the length specified with command SOUR:BB:WLAD:TRIG:SLEN. Every subsequent trigger event causes a restart.

get_sl_unit() RsSmw.enums.UnitSlB[source]
# SCPI: [SOURce<HW>]:BB:WLAD:TRIGger:SLUNit
value: enums.UnitSlB = driver.source.bb.wlad.trigger.get_sl_unit()

Sets the unit for the entry of the length of the signal sequence (SOUR:BB:WLAD:TRIG:SLEN) to be output in the Single trigger mode (SOUR:BB:WLAD:SEQ SING) .

return

sl_unit: SEQuence| SAMPle SAMPle Unit Sample. A single sample is generated after a trigger event. SEQuence Unit Sequence Length. A single sequence is generated after a trigger event.

get_slength() int[source]
# SCPI: [SOURce<HW>]:BB:WLAD:TRIGger:SLENgth
value: int = driver.source.bb.wlad.trigger.get_slength()

Sets the length of the signal sequence to be output in the ‘Single’ trigger mode (SOUR:BB:WLAD:SEQ SING) . The input is made in terms of samples. It is possible to output just part of the frame, an exact sequence of the frame, or a defined number of repetitions of the frame.

return

slength: integer Range: 1 to 4294967295

get_source() RsSmw.enums.TriggerSourceC[source]
# SCPI: [SOURce<HW>]:BB:WLAD:TRIGger:SOURce
value: enums.TriggerSourceC = driver.source.bb.wlad.trigger.get_source()


    INTRO_CMD_HELP: Selects the trigger signal source and determines the way the triggering is executed. Provided are:

    - Internal triggering by a command (INTernal)
    - External trigger signal via one of the local or global connectors
    Table Header:

    - EGT1|EGT2: External global trigger
    - EGC1|EGC2: External global clock
    - ELTRigger: External local trigger
    - ELCLock: External local clock
    - Internal triggering by a signal from the other basebands (INTA|INTB)
    - OBASeband|BEXTernal|EXTernal: Setting only Provided only for backward

compatibility with other Rohde & Schwarz signal generators. The R&S SMW accepts these values and maps them automatically as follows: EXTernal = EGT1, BEXTernal = EGT2, OBASeband = INTA or INTB (depending on the current baseband)

return

source: INTB| INTernal| OBASeband| EGT1| EGT2| EGC1| EGC2| ELTRigger| INTA| ELCLock| BEXTernal| EXTernal| BBSY

set_sequence(sequence: RsSmw.enums.DmTrigMode) None[source]
# SCPI: [SOURce<HW>]:BB:WLAD:[TRIGger]:SEQuence
driver.source.bb.wlad.trigger.set_sequence(sequence = enums.DmTrigMode.AAUTo)

Selects the trigger mode.

param sequence

AUTO| RETRigger| AAUTo| ARETrigger| SINGle AUTO The modulation signal is generated continuously. RETRigger The modulation signal is generated continuously. A trigger event (internal or external) causes a restart. AAUTo The modulation signal is generated only when a trigger event occurs. After the trigger event the signal is generated continuously. Signal generation is stopped with command SOUR:BB:WLAD:TRIG:ARM:EXEC and started again when a trigger event occurs. ARETrigger The modulation signal is generated only when a trigger event occurs. The device automatically toggles to RETRIG mode. Every subsequent trigger event causes a restart. Signal generation is stopped with command SOUR:BB:WLAD:TRIG:ARM:EXEC and started again when a trigger event occurs. SINGle The modulation signal is generated only when a trigger event occurs. Then the signal is generated once to the length specified with command SOUR:BB:WLAD:TRIG:SLEN. Every subsequent trigger event causes a restart.

set_sl_unit(sl_unit: RsSmw.enums.UnitSlB) None[source]
# SCPI: [SOURce<HW>]:BB:WLAD:TRIGger:SLUNit
driver.source.bb.wlad.trigger.set_sl_unit(sl_unit = enums.UnitSlB.SAMPle)

Sets the unit for the entry of the length of the signal sequence (SOUR:BB:WLAD:TRIG:SLEN) to be output in the Single trigger mode (SOUR:BB:WLAD:SEQ SING) .

param sl_unit

SEQuence| SAMPle SAMPle Unit Sample. A single sample is generated after a trigger event. SEQuence Unit Sequence Length. A single sequence is generated after a trigger event.

set_slength(slength: int) None[source]
# SCPI: [SOURce<HW>]:BB:WLAD:TRIGger:SLENgth
driver.source.bb.wlad.trigger.set_slength(slength = 1)

Sets the length of the signal sequence to be output in the ‘Single’ trigger mode (SOUR:BB:WLAD:SEQ SING) . The input is made in terms of samples. It is possible to output just part of the frame, an exact sequence of the frame, or a defined number of repetitions of the frame.

param slength

integer Range: 1 to 4294967295

set_source(source: RsSmw.enums.TriggerSourceC) None[source]
# SCPI: [SOURce<HW>]:BB:WLAD:TRIGger:SOURce
driver.source.bb.wlad.trigger.set_source(source = enums.TriggerSourceC.BBSY)


    INTRO_CMD_HELP: Selects the trigger signal source and determines the way the triggering is executed. Provided are:

    - Internal triggering by a command (INTernal)
    - External trigger signal via one of the local or global connectors
    Table Header:

    - EGT1|EGT2: External global trigger
    - EGC1|EGC2: External global clock
    - ELTRigger: External local trigger
    - ELCLock: External local clock
    - Internal triggering by a signal from the other basebands (INTA|INTB)
    - OBASeband|BEXTernal|EXTernal: Setting only Provided only for backward

compatibility with other Rohde & Schwarz signal generators. The R&S SMW accepts these values and maps them automatically as follows: EXTernal = EGT1, BEXTernal = EGT2, OBASeband = INTA or INTB (depending on the current baseband)

param source

INTB| INTernal| OBASeband| EGT1| EGT2| EGC1| EGC2| ELTRigger| INTA| ELCLock| BEXTernal| EXTernal| BBSY

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.wlad.trigger.clone()

Subgroups