AudioInput

SCPI Command:

TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:SOURce
TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:COUPling
TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:STATe
TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:ENABle
TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:OFFSet
TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:SLOPe
TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:MODE
TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:THReshold
class AudioInputCls[source]

AudioInput commands group definition. 8 total commands, 0 Subgroups, 8 group commands

get_coupling() TriggerCouplingAin[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:COUPling
value: enums.TriggerCouplingAin = driver.trigger.afRf.measurement.multiEval.oscilloscope.audioInput.get_coupling()

Couples the trigger settings for the AF input path to the trigger settings for another path.

return:

trigger_coupling: NONE | DEMod | SIN | VOIP No coupling, coupling to RF path, to SPDIF path, to VoIP path

get_enable() bool[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:ENABle
value: bool = driver.trigger.afRf.measurement.multiEval.oscilloscope.audioInput.get_enable()

No command help available

return:

enable: No help available

get_mode() TriggerMode[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:MODE
value: enums.TriggerMode = driver.trigger.afRf.measurement.multiEval.oscilloscope.audioInput.get_mode()

Selects the repetition mode of the trigger system.

return:

trigger_mode: SINGle | NORMal | AUTO | FRUN

get_offset() float[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:OFFSet
value: float = driver.trigger.afRf.measurement.multiEval.oscilloscope.audioInput.get_offset()

Defines a trigger offset, shifting the measured trace relative to the trigger event, so that the trace starts earlier. The offset is specified as a percentage of the measurement time for a single trace.

return:

trigger_offset: Range: 0 % to 100 %, Unit: %

get_slope() SignalSlope[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:SLOPe
value: enums.SignalSlope = driver.trigger.afRf.measurement.multiEval.oscilloscope.audioInput.get_slope()

Selects whether the trigger event is generated by signals rising through the threshold or falling through the threshold.

return:

trigger_slope: REDGe | FEDGe REDGe Rising signal (rising edge) FEDGe Falling signal (falling edge)

get_source() TriggerSourceAf[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:SOURce
value: enums.TriggerSourceAf = driver.trigger.afRf.measurement.multiEval.oscilloscope.audioInput.get_source()

Selects a trigger event source for the AF input path.

return:

trigger_source: AF1 | AF2 Connector AF1 IN or AF2 IN

get_state() ArmedState[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:STATe
value: enums.ArmedState = driver.trigger.afRf.measurement.multiEval.oscilloscope.audioInput.get_state()

Queries the state of the trigger system.

return:

armed_state: OFF | ARMed | TRIGgered OFF The trigger system is disabled. The oscilloscope works as free-run measurement. ARMed The trigger system is armed and waits for a trigger event. TRIGgered A trigger event has occurred. The trigger system has not (yet) been rearmed.

get_threshold() float[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:THReshold
value: float = driver.trigger.afRf.measurement.multiEval.oscilloscope.audioInput.get_threshold()

Defines the trigger threshold for the AF input path.

return:

threshold: Audio level threshold Range: -43 V to 43 V, Unit: V

set_coupling(trigger_coupling: TriggerCouplingAin) None[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:COUPling
driver.trigger.afRf.measurement.multiEval.oscilloscope.audioInput.set_coupling(trigger_coupling = enums.TriggerCouplingAin.DEMod)

Couples the trigger settings for the AF input path to the trigger settings for another path.

param trigger_coupling:

NONE | DEMod | SIN | VOIP No coupling, coupling to RF path, to SPDIF path, to VoIP path

set_enable(enable: bool) None[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:ENABle
driver.trigger.afRf.measurement.multiEval.oscilloscope.audioInput.set_enable(enable = False)

No command help available

param enable:

No help available

set_mode(trigger_mode: TriggerMode) None[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:MODE
driver.trigger.afRf.measurement.multiEval.oscilloscope.audioInput.set_mode(trigger_mode = enums.TriggerMode.AUTO)

Selects the repetition mode of the trigger system.

param trigger_mode:

SINGle | NORMal | AUTO | FRUN

set_offset(trigger_offset: float) None[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:OFFSet
driver.trigger.afRf.measurement.multiEval.oscilloscope.audioInput.set_offset(trigger_offset = 1.0)

Defines a trigger offset, shifting the measured trace relative to the trigger event, so that the trace starts earlier. The offset is specified as a percentage of the measurement time for a single trace.

param trigger_offset:

Range: 0 % to 100 %, Unit: %

set_slope(trigger_slope: SignalSlope) None[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:SLOPe
driver.trigger.afRf.measurement.multiEval.oscilloscope.audioInput.set_slope(trigger_slope = enums.SignalSlope.FEDGe)

Selects whether the trigger event is generated by signals rising through the threshold or falling through the threshold.

param trigger_slope:

REDGe | FEDGe REDGe Rising signal (rising edge) FEDGe Falling signal (falling edge)

set_source(trigger_source: TriggerSourceAf) None[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:SOURce
driver.trigger.afRf.measurement.multiEval.oscilloscope.audioInput.set_source(trigger_source = enums.TriggerSourceAf.AF1)

Selects a trigger event source for the AF input path.

param trigger_source:

AF1 | AF2 Connector AF1 IN or AF2 IN

set_threshold(threshold: float) None[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN:THReshold
driver.trigger.afRf.measurement.multiEval.oscilloscope.audioInput.set_threshold(threshold = 1.0)

Defines the trigger threshold for the AF input path.

param threshold:

Audio level threshold Range: -43 V to 43 V, Unit: V