Delay
SCPI Commands :
[SOURce<HW>]:FSIMulator:TCINterferer:REFerence:DELay:MAXimum
[SOURce<HW>]:FSIMulator:TCINterferer:REFerence: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:REFerence:DELay:MAXimum value: float = driver.source.fsimulator.tcInterferer.reference.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:REFerence:DELay:MINimum value: float = driver.source.fsimulator.tcInterferer.reference.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:REFerence:DELay:MAXimum driver.source.fsimulator.tcInterferer.reference.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:REFerence:DELay:MINimum driver.source.fsimulator.tcInterferer.reference.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