Transition

SCPI Command :

[SOURce<HW>]:BB:GENeral:PULM:TRANsition:TYPE
class TransitionCls[source]

Transition commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_type_py() BasebandPulseTransType[source]
# SCPI: [SOURce<HW>]:BB:GENeral:PULM:TRANsition:TYPE
value: enums.BasebandPulseTransType = driver.source.bb.general.pulm.transition.get_type_py()

Sets the transition type of the pulse modulation signal.

return:

pulm_trans_type: FAST| SMOothed

set_type_py(pulm_trans_type: BasebandPulseTransType) None[source]
# SCPI: [SOURce<HW>]:BB:GENeral:PULM:TRANsition:TYPE
driver.source.bb.general.pulm.transition.set_type_py(pulm_trans_type = enums.BasebandPulseTransType.FAST)

Sets the transition type of the pulse modulation signal.

param pulm_trans_type:

FAST| SMOothed