Detroughing

SCPI Commands :

[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:DETRoughing:COUPling
[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:DETRoughing:FACTor
[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:DETRoughing:FUNCtion
[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:DETRoughing:PEXPonent
class DetroughingCls[source]

Detroughing commands group definition. 4 total commands, 0 Subgroups, 4 group commands

get_coupling() bool[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:DETRoughing:COUPling
value: bool = driver.source.iq.output.analog.envelope.shaping.detroughing.get_coupling()

No command help available

return:

coupling_state: No help available

get_factor() float[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:DETRoughing:FACTor
value: float = driver.source.iq.output.analog.envelope.shaping.detroughing.get_factor()

No command help available

return:

detr_factor: No help available

get_function() IqOutEnvDetrFunc[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:DETRoughing:FUNCtion
value: enums.IqOutEnvDetrFunc = driver.source.iq.output.analog.envelope.shaping.detroughing.get_function()

No command help available

return:

detr_function: No help available

get_pexponent() float[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:DETRoughing:PEXPonent
value: float = driver.source.iq.output.analog.envelope.shaping.detroughing.get_pexponent()

No command help available

return:

power_exponent: No help available

set_coupling(coupling_state: bool) None[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:DETRoughing:COUPling
driver.source.iq.output.analog.envelope.shaping.detroughing.set_coupling(coupling_state = False)

No command help available

param coupling_state:

No help available

set_factor(detr_factor: float) None[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:DETRoughing:FACTor
driver.source.iq.output.analog.envelope.shaping.detroughing.set_factor(detr_factor = 1.0)

No command help available

param detr_factor:

No help available

set_function(detr_function: IqOutEnvDetrFunc) None[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:DETRoughing:FUNCtion
driver.source.iq.output.analog.envelope.shaping.detroughing.set_function(detr_function = enums.IqOutEnvDetrFunc.F1)

No command help available

param detr_function:

No help available

set_pexponent(power_exponent: float) None[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:DETRoughing:PEXPonent
driver.source.iq.output.analog.envelope.shaping.detroughing.set_pexponent(power_exponent = 1.0)

No command help available

param power_exponent:

No help available