Delay
SCPI Commands :
[SOURce<HW>]:FSIMulator:BIRThdeath:DELay:GRID
[SOURce<HW>]:FSIMulator:BIRThdeath:DELay:MAXimum
[SOURce<HW>]:FSIMulator:BIRThdeath:DELay:MINimum
- class DelayCls[source]
Delay commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- get_grid() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:BIRThdeath:DELay:GRID value: float = driver.source.fsimulator.birthDeath.delay.get_grid()
Sets the delay grid for both paths with birth death propagation fading.
- return
grid: float Range: 1E-9 to dynamic
- get_maximum() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:BIRThdeath:DELay:MAXimum value: float = driver.source.fsimulator.birthDeath.delay.get_maximum()
Queries the minimum/maximum delay for both paths with birth death propagation fading.
- return
maximum: float Range: 0 to max
- get_minimum() float [source]
# SCPI: [SOURce<HW>]:FSIMulator:BIRThdeath:DELay:MINimum value: float = driver.source.fsimulator.birthDeath.delay.get_minimum()
Queries the minimum/maximum delay for both paths with birth death propagation fading.
- return
minimum: float Range: 0 to max
- set_grid(grid: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:BIRThdeath:DELay:GRID driver.source.fsimulator.birthDeath.delay.set_grid(grid = 1.0)
Sets the delay grid for both paths with birth death propagation fading.
- param grid
float Range: 1E-9 to dynamic
- set_minimum(minimum: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:BIRThdeath:DELay:MINimum driver.source.fsimulator.birthDeath.delay.set_minimum(minimum = 1.0)
Queries the minimum/maximum delay for both paths with birth death propagation fading.
- param minimum
No help available