Trigger
SCPI Commands :
BERT:TRIGger:MODE
BERT:TRIGger:SOURce
- Commands in total: 3Subgroups: 1Direct child commands: 2
- get_mode() BlerTrigMode[source]
# BERT:TRIGger:MODE value: enums.BlerTrigMode = driver.bert.trigger.get_mode()
Selects the type of measurement.
- Returns:
polarity: AUTO | SINGle AUTO Continuous measurement. Terminates the measurement in progress if one or both termination criteria are met. Delays the restart of a new measurement until the first measurement result has been queried. The resulting brief measurement interruption is irrelevant because the subsequent measurement is synchronized within 24 data bits. SINGle Single measurement, started with method
RsSmw.bert.trigger.immediate.perform()| methodRsSmw.bler.trigger.immediate.perform().
- get_source() TrigSourBerBler[source]
# BERT:TRIGger:SOURce value: enums.TrigSourBerBler = driver.bert.trigger.get_source()
For method
RsSmw.bler.trigger.mode()SINGle, selects the source of the trigger signal.- Returns:
polarity: INTernal | EGT1
- set_mode(polarity: BlerTrigMode) None[source]
# BERT:TRIGger:MODE driver.bert.trigger.set_mode(polarity = enums.BlerTrigMode.AUTO)
Selects the type of measurement.
- Parameters:
polarity – AUTO | SINGle AUTO Continuous measurement. Terminates the measurement in progress if one or both termination criteria are met. Delays the restart of a new measurement until the first measurement result has been queried. The resulting brief measurement interruption is irrelevant because the subsequent measurement is synchronized within 24 data bits. SINGle Single measurement, started with method
RsSmw.bert.trigger.immediate.perform()| methodRsSmw.bler.trigger.immediate.perform().
- set_source(polarity: TrigSourBerBler) None[source]
# BERT:TRIGger:SOURce driver.bert.trigger.set_source(polarity = enums.TrigSourBerBler.EGT1)
For method
RsSmw.bler.trigger.mode()SINGle, selects the source of the trigger signal.- Parameters:
polarity – INTernal | EGT1
Cloning the Group
# Create a copy of the original group, that exists independently
trigger_copy = driver.bert.trigger.clone()
Subgroups