Trigger
SCPI Commands :
[SOURce<HW>]:BB:BTOoth:TRIGger:RMODe
[SOURce<HW>]:BB:BTOoth:TRIGger:SLENgth
[SOURce<HW>]:BB:BTOoth:TRIGger:SLUNit
[SOURce<HW>]:BB:BTOoth:TRIGger:SOURce
[SOURce<HW>]:BB:BTOoth:[TRIGger]:SEQuence
- Commands in total: 24Subgroups: 6Direct child commands: 5
- get_rmode() TrigRunMode[source]
# [SOURce<HW>]:BB:BTOoth:TRIGger:RMODe value: enums.TrigRunMode = driver.source.bb.btooth.trigger.get_rmode()
Queries signal generation status for all trigger modes with Bluetooth modulation on.
- Returns:
rmode: RUN | STOP
- get_sequence() DmTrigMode[source]
# [SOURce<HW>]:BB:BTOoth:[TRIGger]:SEQuence value: enums.DmTrigMode = driver.source.bb.btooth.trigger.get_sequence()
Selects the trigger mode:
AUTO = auto
RETRigger = retrigger
AAUTo = armed auto
ARETrigger = armed retrigger
SINGle = single
- Returns:
sequence: AUTO | RETRigger | AAUTo | ARETrigger | SINGle
- get_sl_unit() UnitSlBto[source]
# [SOURce<HW>]:BB:BTOoth:TRIGger:SLUNit value: enums.UnitSlBto = driver.source.bb.btooth.trigger.get_sl_unit()
Defines the unit for the entry of the signal sequence length.
- Returns:
sl_unit: FRAMe | SEQuence | EVENt FRAMe A single frame is generated after a trigger event. SEQuence A single sequence is generated after a trigger event.
- get_slength() int[source]
# [SOURce<HW>]:BB:BTOoth:TRIGger:SLENgth value: int = driver.source.bb.btooth.trigger.get_slength()
Defines the length of the signal sequence that is output in the SINGle trigger mode.
- Returns:
slength: integer Range: 1 to 7000
- get_source() TrigSour[source]
# [SOURce<HW>]:BB:BTOoth:TRIGger:SOURce value: enums.TrigSour = driver.source.bb.btooth.trigger.get_source()
Selects the trigger signal source and determines the way the triggering is executed. Provided are the following trigger sources:
INTernal: Internal manual triggering of the instrument
INTA | INTB: Internal triggering by a signal from the other basebands
External trigger signal via one of the local or global connectors:
EGT1 | EGT2: External global trigger
EGC1 | EGC2: External global clock
ELTRigger: External local trigger
ELCLock: External local clock
For secondary instruments (SCONfiguration:MULTiinstrument:MODE SEC) , triggering
- via the external baseband synchronization signal of the primary instrument: SOURce1:BB:ARB:TRIGger:SOURce BBSY
OBASeband | BEXTernal | EXTernal: Setting only Provided only for backward
compatibility with other Rohde & Schwarz signal generators. The R&S SMW200A accepts these values and maps them automatically as follows: EXTernal = EGT1, BEXTernal = EGT2, OBASeband = INTA or INTB (depending on the current baseband)
- Returns:
source: INTB | INTernal | OBASeband | EGT1 | EGT2 | EGC1 | EGC2 | ELTRigger | INTA | ELCLock | BEXTernal | EXTernal | BBSY
Cloning the Group
# Create a copy of the original group, that exists independently
trigger_copy = driver.source.bb.btooth.trigger.clone()
Subgroups