Unit

SCPI Command :

[SOURce<HW>]:CEMulation:DELay:TYPE<CH>:UNIT
class UnitCls[source]

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

get(typePy=TypePy.Default) UnitTimeSecMsUsNsPs[source]
# SCPI: [SOURce<HW>]:CEMulation:DELay:TYPE<CH>:UNIT
value: enums.UnitTimeSecMsUsNsPs = driver.source.cemulation.delay.typePy.unit.get(typePy = repcap.TypePy.Default)

No command help available

param typePy:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘TypePy’)

return:

delay_unit: No help available

set(delay_unit: UnitTimeSecMsUsNsPs, typePy=TypePy.Default) None[source]
# SCPI: [SOURce<HW>]:CEMulation:DELay:TYPE<CH>:UNIT
driver.source.cemulation.delay.typePy.unit.set(delay_unit = enums.UnitTimeSecMsUsNsPs.MS, typePy = repcap.TypePy.Default)

No command help available

param delay_unit:

No help available

param typePy:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘TypePy’)