Unit
SCPI Command :
[SOURce<HW>]:FSIMulator:DEL:TYPE<CH>:UNIT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(typePy=TypePy.Default) UnitTimeSecMsUsNsPs[source]
# [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.
- Parameters:
typePy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘TypePy’)
- Returns:
delay_unit: S | MS | US | NS | PS
- set(delay_unit: UnitTimeSecMsUsNsPs, typePy=TypePy.Default) None[source]
# [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.
- Parameters:
delay_unit – S | MS | US | NS | PS
typePy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘TypePy’)