Unit
SCPI Command :
[SOURce<HW>]:FSIMulator:DEL: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>]:FSIMulator:DEL:TYPE<CH>:UNIT value: enums.UnitTimeSecMsUsNsPs = driver.source.fsimulator.delPy.typePy.unit.get(typePy = repcap.TypePy.Default)
Sets the delay unit for the values of the basic delay, additional delay and resulting delay. Note that this setting only changes the Doppler unit in local mode. To set the speed units via remote control set the unit after the speed value.
- param typePy:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘TypePy’)
- return:
delay_unit: S| MS| US| NS| PS
- set(delay_unit: UnitTimeSecMsUsNsPs, typePy=TypePy.Default) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:DEL:TYPE<CH>:UNIT driver.source.fsimulator.delPy.typePy.unit.set(delay_unit = enums.UnitTimeSecMsUsNsPs.MS, typePy = repcap.TypePy.Default)
Sets the delay unit for the values of the basic delay, additional delay and resulting delay. Note that this setting only changes the Doppler unit in local mode. To set the speed units via remote control set the unit after the speed value.
- param delay_unit:
S| MS| US| NS| PS
- param typePy:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘TypePy’)