BirthDeath
SCPI Commands :
[SOURce<HW>]:CEMulation:BIRThdeath:FRATio
[SOURce<HW>]:CEMulation:BIRThdeath:POSitions
[SOURce<HW>]:CEMulation:BIRThdeath:SOFFset
[SOURce<HW>]:CEMulation:BIRThdeath:SPEed
[SOURce<HW>]:CEMulation:BIRThdeath:STATe
- class BirthDeathCls[source]
BirthDeath commands group definition. 13 total commands, 3 Subgroups, 5 group commands
- get_fratio() float [source]
# SCPI: [SOURce<HW>]:CEMulation:BIRThdeath:FRATio value: float = driver.source.cemulation.birthDeath.get_fratio()
No command help available
- return:
fratio: No help available
- get_positions() int [source]
# SCPI: [SOURce<HW>]:CEMulation:BIRThdeath:POSitions value: int = driver.source.cemulation.birthDeath.get_positions()
No command help available
- return:
positions: No help available
- get_soffset() float [source]
# SCPI: [SOURce<HW>]:CEMulation:BIRThdeath:SOFFset value: float = driver.source.cemulation.birthDeath.get_soffset()
No command help available
- return:
soffset: No help available
- get_speed() float [source]
# SCPI: [SOURce<HW>]:CEMulation:BIRThdeath:SPEed value: float = driver.source.cemulation.birthDeath.get_speed()
No command help available
- return:
speed: No help available
- get_state() bool [source]
# SCPI: [SOURce<HW>]:CEMulation:BIRThdeath:STATe value: bool = driver.source.cemulation.birthDeath.get_state()
No command help available
- return:
state: No help available
- set_fratio(fratio: float) None [source]
# SCPI: [SOURce<HW>]:CEMulation:BIRThdeath:FRATio driver.source.cemulation.birthDeath.set_fratio(fratio = 1.0)
No command help available
- param fratio:
No help available
- set_positions(positions: int) None [source]
# SCPI: [SOURce<HW>]:CEMulation:BIRThdeath:POSitions driver.source.cemulation.birthDeath.set_positions(positions = 1)
No command help available
- param positions:
No help available
- set_soffset(soffset: float) None [source]
# SCPI: [SOURce<HW>]:CEMulation:BIRThdeath:SOFFset driver.source.cemulation.birthDeath.set_soffset(soffset = 1.0)
No command help available
- param soffset:
No help available
- set_speed(speed: float) None [source]
# SCPI: [SOURce<HW>]:CEMulation:BIRThdeath:SPEed driver.source.cemulation.birthDeath.set_speed(speed = 1.0)
No command help available
- param speed:
No help available
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:CEMulation:BIRThdeath:STATe driver.source.cemulation.birthDeath.set_state(state = False)
No command help available
- param state:
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.cemulation.birthDeath.clone()
Subgroups