Spdif

SCPI Command:

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

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

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

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

return:

trigger_coupling: NONE | DEMod | AIN No coupling, coupling to RF path or to AF path

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

No command help available

return:

enable: No help available

get_mode() TriggerMode[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:SIN:MODE
value: enums.TriggerMode = driver.trigger.afRf.measurement.multiEval.oscilloscope.spdif.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:SIN:OFFSet
value: float = driver.trigger.afRf.measurement.multiEval.oscilloscope.spdif.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:SIN:SLOPe
value: enums.SignalSlope = driver.trigger.afRf.measurement.multiEval.oscilloscope.spdif.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() LeftRightDirection[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:SIN:SOURce
value: enums.LeftRightDirection = driver.trigger.afRf.measurement.multiEval.oscilloscope.spdif.get_source()

Selects a trigger event source for the SPDIF input path.

return:

trigger_source: LEFT | RIGHt Left or right SPDIF channel

get_state() ArmedState[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:SIN:STATe
value: enums.ArmedState = driver.trigger.afRf.measurement.multiEval.oscilloscope.spdif.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:SIN:THReshold
value: float = driver.trigger.afRf.measurement.multiEval.oscilloscope.spdif.get_threshold()

Defines the trigger threshold for the SPDIF input path.

return:

threshold: Audio level threshold Range: -100 % to 100 %, Unit: %

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

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

param trigger_coupling:

NONE | DEMod | AIN No coupling, coupling to RF path or to AF path

set_enable(enable: bool) None[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:SIN:ENABle
driver.trigger.afRf.measurement.multiEval.oscilloscope.spdif.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:SIN:MODE
driver.trigger.afRf.measurement.multiEval.oscilloscope.spdif.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:SIN:OFFSet
driver.trigger.afRf.measurement.multiEval.oscilloscope.spdif.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:SIN:SLOPe
driver.trigger.afRf.measurement.multiEval.oscilloscope.spdif.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: LeftRightDirection) None[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:SIN:SOURce
driver.trigger.afRf.measurement.multiEval.oscilloscope.spdif.set_source(trigger_source = enums.LeftRightDirection.LEFT)

Selects a trigger event source for the SPDIF input path.

param trigger_source:

LEFT | RIGHt Left or right SPDIF channel

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

Defines the trigger threshold for the SPDIF input path.

param threshold:

Audio level threshold Range: -100 % to 100 %, Unit: %