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
Commands in total: 13
Subgroups: 3
Direct child commands: 5
get_fratio() float[source]
# [SOURce<HW>]:CEMulation:BIRThdeath:FRATio
value: float = driver.source.cemulation.birthDeath.get_fratio()

No help available

get_positions() int[source]
# [SOURce<HW>]:CEMulation:BIRThdeath:POSitions
value: int = driver.source.cemulation.birthDeath.get_positions()

No help available

get_soffset() float[source]
# [SOURce<HW>]:CEMulation:BIRThdeath:SOFFset
value: float = driver.source.cemulation.birthDeath.get_soffset()

No help available

get_speed() float[source]
# [SOURce<HW>]:CEMulation:BIRThdeath:SPEed
value: float = driver.source.cemulation.birthDeath.get_speed()

No help available

get_state() bool[source]
# [SOURce<HW>]:CEMulation:BIRThdeath:STATe
value: bool = driver.source.cemulation.birthDeath.get_state()

No help available

set_fratio(fratio: float) None[source]
# [SOURce<HW>]:CEMulation:BIRThdeath:FRATio
driver.source.cemulation.birthDeath.set_fratio(fratio = 1.0)

No help available

set_positions(positions: int) None[source]
# [SOURce<HW>]:CEMulation:BIRThdeath:POSitions
driver.source.cemulation.birthDeath.set_positions(positions = 1)

No help available

set_soffset(soffset: float) None[source]
# [SOURce<HW>]:CEMulation:BIRThdeath:SOFFset
driver.source.cemulation.birthDeath.set_soffset(soffset = 1.0)

No help available

set_speed(speed: float) None[source]
# [SOURce<HW>]:CEMulation:BIRThdeath:SPEed
driver.source.cemulation.birthDeath.set_speed(speed = 1.0)

No help available

set_state(state: bool) None[source]
# [SOURce<HW>]:CEMulation:BIRThdeath:STATe
driver.source.cemulation.birthDeath.set_state(state = False)

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
birthDeath_copy = driver.source.cemulation.birthDeath.clone()

Subgroups