Reference
SCPI Commands :
[SOURce<HW>]:CEMulation:MDELay:REFerence:DELay
[SOURce<HW>]:CEMulation:MDELay:REFerence:LOSS
[SOURce<HW>]:CEMulation: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>]:CEMulation:MDELay:REFerence:DELay value: float = driver.source.cemulation.mdelay.reference.get_delay()
No command help available
- return:
delay: No help available
- get_loss() float [source]
# SCPI: [SOURce<HW>]:CEMulation:MDELay:REFerence:LOSS value: float = driver.source.cemulation.mdelay.reference.get_loss()
No command help available
- return:
loss: No help available
- get_state() bool [source]
# SCPI: [SOURce<HW>]:CEMulation:MDELay:REFerence:STATe value: bool = driver.source.cemulation.mdelay.reference.get_state()
No command help available
- return:
state: No help available
- set_delay(delay: float) None [source]
# SCPI: [SOURce<HW>]:CEMulation:MDELay:REFerence:DELay driver.source.cemulation.mdelay.reference.set_delay(delay = 1.0)
No command help available
- param delay:
No help available
- set_loss(loss: float) None [source]
# SCPI: [SOURce<HW>]:CEMulation:MDELay:REFerence:LOSS driver.source.cemulation.mdelay.reference.set_loss(loss = 1.0)
No command help available
- param loss:
No help available
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:CEMulation:MDELay:REFerence:STATe driver.source.cemulation.mdelay.reference.set_state(state = False)
No command help available
- param state:
No help available