Cemulation

SCPI Commands :

[SOURce<HW>]:CEMulation:CATalog
[SOURce<HW>]:CEMulation:CONFiguration
[SOURce<HW>]:CEMulation:CSPeed
[SOURce<HW>]:CEMulation:DELETE
[SOURce<HW>]:CEMulation:FILTer
[SOURce<HW>]:CEMulation:KCONstant
[SOURce<HW>]:CEMulation:LOAD
[SOURce<HW>]:CEMulation:PLENgth
[SOURce<HW>]:CEMulation:PRESet
[SOURce<HW>]:CEMulation:ROUTe
[SOURce<HW>]:CEMulation:SDEStination
[SOURce<HW>]:CEMulation:STORe
[SOURce<HW>]:CEMulation:TPREset
[SOURce<HW>]:CEMulation:[STATe]
Commands in total: 736
Subgroups: 28
Direct child commands: 14
delete(filename: str) None[source]
# [SOURce<HW>]:CEMulation:DELETE
driver.source.cemulation.delete(filename = 'abc')

No help available

get_catalog() List[str][source]
# [SOURce<HW>]:CEMulation:CATalog
value: List[str] = driver.source.cemulation.get_catalog()

No help available

get_configuration() FadType[source]
# [SOURce<HW>]:CEMulation:CONFiguration
value: enums.FadType = driver.source.cemulation.get_configuration()

No help available

get_cspeed() bool[source]
# [SOURce<HW>]:CEMulation:CSPeed
value: bool = driver.source.cemulation.get_cspeed()

No help available

get_filter_py() FadPathFiltAll[source]
# [SOURce<HW>]:CEMulation:FILTer
value: enums.FadPathFiltAll = driver.source.cemulation.get_filter_py()

No help available

get_kconstant() FadKeepConst[source]
# [SOURce<HW>]:CEMulation:KCONstant
value: enums.FadKeepConst = driver.source.cemulation.get_kconstant()

No help available

get_plength() float[source]
# [SOURce<HW>]:CEMulation:PLENgth
value: float = driver.source.cemulation.get_plength()

No help available

get_route() FadConfPathOut[source]
# [SOURce<HW>]:CEMulation:ROUTe
value: enums.FadConfPathOut = driver.source.cemulation.get_route()

No help available

get_sdestination() FadSignDest[source]
# [SOURce<HW>]:CEMulation:SDEStination
value: enums.FadSignDest = driver.source.cemulation.get_sdestination()

No help available

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

No help available

get_tpreset() FadTablePreset[source]
# [SOURce<HW>]:CEMulation:TPREset
value: enums.FadTablePreset = driver.source.cemulation.get_tpreset()

No help available

load(filename: str) None[source]
# [SOURce<HW>]:CEMulation:LOAD
driver.source.cemulation.load(filename = 'abc')

No help available

preset() None[source]
# [SOURce<HW>]:CEMulation:PRESet
driver.source.cemulation.preset()

No help available

preset_with_opc(opc_timeout_ms: int = -1) None[source]
# [SOURce<HW>]:CEMulation:PRESet
driver.source.cemulation.preset_with_opc()

No help available

Same as preset, but waits for the operation to complete before continuing further. Use the RsSmw.utilities.opc_timeout_set() to set the timeout value.

Parameters:

opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.

set_configuration(configuration: FadType) None[source]
# [SOURce<HW>]:CEMulation:CONFiguration
driver.source.cemulation.set_configuration(configuration = enums.FadType.BIRThdeath)

No help available

set_cspeed(cspeed: bool) None[source]
# [SOURce<HW>]:CEMulation:CSPeed
driver.source.cemulation.set_cspeed(cspeed = False)

No help available

set_filter_py(path_filter: FadPathFiltAll) None[source]
# [SOURce<HW>]:CEMulation:FILTer
driver.source.cemulation.set_filter_py(path_filter = enums.FadPathFiltAll.ACTPlus)

No help available

set_kconstant(kconstant: FadKeepConst) None[source]
# [SOURce<HW>]:CEMulation:KCONstant
driver.source.cemulation.set_kconstant(kconstant = enums.FadKeepConst.DSHift)

No help available

set_route(route: FadConfPathOut) None[source]
# [SOURce<HW>]:CEMulation:ROUTe
driver.source.cemulation.set_route(route = enums.FadConfPathOut.FA1A2BFB1A2B)

No help available

set_sdestination(sdestination: FadSignDest) None[source]
# [SOURce<HW>]:CEMulation:SDEStination
driver.source.cemulation.set_sdestination(sdestination = enums.FadSignDest.BB)

No help available

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

No help available

set_store(filename: str) None[source]
# [SOURce<HW>]:CEMulation:STORe
driver.source.cemulation.set_store(filename = 'abc')

No help available

set_tpreset(preset_type: FadTablePreset) None[source]
# [SOURce<HW>]:CEMulation:TPREset
driver.source.cemulation.set_tpreset(preset_type = enums.FadTablePreset.LOS)

No help available

Cloning the Group

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

Subgroups