Reference

SCPI Commands :

[SOURce<HW>]:FSIMulator:MDELay:REFerence:DELay
[SOURce<HW>]:FSIMulator:MDELay:REFerence:LOSS
[SOURce<HW>]:FSIMulator:MDELay:REFerence:STATe
class ReferenceCls[source]

Reference commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_delay() float[source]
# SCPI: [SOURce<HW>]:FSIMulator:MDELay:REFerence:DELay
value: float = driver.source.fsimulator.mdelay.reference.get_delay()

This command enters the delay of the reference path for moving propagation.

return

delay: float Range: 0 to 40E-6

get_loss() float[source]
# SCPI: [SOURce<HW>]:FSIMulator:MDELay:REFerence:LOSS
value: float = driver.source.fsimulator.mdelay.reference.get_loss()

Sets the loss of the reference path for moving propagation.

return

loss: float Range: 0 to 50

get_state() bool[source]
# SCPI: [SOURce<HW>]:FSIMulator:MDELay:REFerence:STATe
value: bool = driver.source.fsimulator.mdelay.reference.get_state()

This command activates the reference path for moving propagation.

return

state: 1| ON| 0| OFF

set_delay(delay: float) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:MDELay:REFerence:DELay
driver.source.fsimulator.mdelay.reference.set_delay(delay = 1.0)

This command enters the delay of the reference path for moving propagation.

param delay

float Range: 0 to 40E-6

set_loss(loss: float) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:MDELay:REFerence:LOSS
driver.source.fsimulator.mdelay.reference.set_loss(loss = 1.0)

Sets the loss of the reference path for moving propagation.

param loss

float Range: 0 to 50

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:MDELay:REFerence:STATe
driver.source.fsimulator.mdelay.reference.set_state(state = False)

This command activates the reference path for moving propagation.

param state

1| ON| 0| OFF