Delay
SCPI Commands :
[SOURce<HW>]:FSIMulator:TCINterferer:MOVing:DELay:MAXimum
[SOURce<HW>]:FSIMulator:TCINterferer:MOVing:DELay:MINimum
- class DelayCls[source]
Delay commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_maximum() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:TCINterferer:MOVing:DELay:MAXimum value: float = driver.source.fsimulator.tcInterferer.moving.delay.get_maximum()
Sets the maximum delay for the moving path.
- return:
maximum: float Range: dynamic to 0.001
- get_minimum() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:TCINterferer:MOVing:DELay:MINimum value: float = driver.source.fsimulator.tcInterferer.moving.delay.get_minimum()
Sets the minimum delay for the reference path and the moving path.
- return:
minimum: float Range: 0 to dynamic
- set_maximum(maximum: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:TCINterferer:MOVing:DELay:MAXimum driver.source.fsimulator.tcInterferer.moving.delay.set_maximum(maximum = 1.0)
Sets the maximum delay for the moving path.
- param maximum:
float Range: dynamic to 0.001
- set_minimum(minimum: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:TCINterferer:MOVing:DELay:MINimum driver.source.fsimulator.tcInterferer.moving.delay.set_minimum(minimum = 1.0)
Sets the minimum delay for the reference path and the moving path.
- param minimum:
float Range: 0 to dynamic