Unit

SCPI Command :

[SOURce<HW>]:FSIMulator:DELay:TYPE<CH>:UNIT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(typePy=TypePy.Default) UnitTimeSecMsUsNsPs[source]
# [SOURce<HW>]:FSIMulator:DELay:TYPE<CH>:UNIT
value: enums.UnitTimeSecMsUsNsPs = driver.source.fsimulator.delay.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:DELay:TYPE<CH>:UNIT
driver.source.fsimulator.delay.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’)