Cemit

SCPI Commands :

SCENario:CEMit:ALIas
SCENario:CEMit:CLEar
SCENario:CEMit:CURRent
SCENario:CEMit:DELete
SCENario:CEMit:ENABle
SCENario:CEMit:FQOFfset
SCENario:CEMit:FREQuency
SCENario:CEMit:LDELay
SCENario:CEMit:LEVel
SCENario:CEMit:LVABs
SCENario:CEMit:PRIority
SCENario:CEMit:SCNDelay
SCENario:CEMit:SELect
SCENario:CEMit:THReshold
class CemitCls[source]

Cemit commands group definition. 52 total commands, 7 Subgroups, 14 group commands

clear() None[source]
# SCPI: SCENario:CEMit:CLEar
driver.scenario.cemit.clear()

Deletes all items from the list or the table.

clear_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: SCENario:CEMit:CLEar
driver.scenario.cemit.clear_with_opc()

Deletes all items from the list or the table.

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

param opc_timeout_ms:

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

delete(delete: float) None[source]
# SCPI: SCENario:CEMit:DELete
driver.scenario.cemit.delete(delete = 1.0)

Deletes the particular item.

param delete:

float

get_alias() str[source]
# SCPI: SCENario:CEMit:ALIas
value: str = driver.scenario.cemit.get_alias()

Enters an alias name.

return:

alias: string

get_current() float[source]
# SCPI: SCENario:CEMit:CURRent
value: float = driver.scenario.cemit.get_current()

No command help available

return:

current: No help available

get_enable() bool[source]
# SCPI: SCENario:CEMit:ENABle
value: bool = driver.scenario.cemit.get_enable()

If enabled, the PDW list is included in the output file.

return:

enable: ON| OFF| 1| 0

get_fq_qffset() float[source]
# SCPI: SCENario:CEMit:FQOFfset
value: float = driver.scenario.cemit.get_fq_qffset()

Sets the frequency offset for the selected emitter.

return:

fq_offset: float Range: -2e+09 to 2e+09

get_frequency() float[source]
# SCPI: SCENario:CEMit:FREQuency
value: float = driver.scenario.cemit.get_frequency()

Sets the frequency for the selected emitter.

return:

frequency: No help available

get_ldelay() float[source]
# SCPI: SCENario:CEMit:LDELay
value: float = driver.scenario.cemit.get_ldelay()

If interleaving is enabled, shifts the processing of the selected PDW list in time.

return:

ldelay: float Range: -1e+09 to 1e+09

get_level() float[source]
# SCPI: SCENario:CEMit:LEVel
value: float = driver.scenario.cemit.get_level()

Adds a level offset.

return:

level: float Range: -200 to 0

get_lvabs() float[source]
# SCPI: SCENario:CEMit:LVABs
value: float = driver.scenario.cemit.get_lvabs()

Sets the absolute level for the selected PDW list.

return:

lvabs: float Range: -130 to 30

get_priority() float[source]
# SCPI: SCENario:CEMit:PRIority
value: float = driver.scenario.cemit.get_priority()

Sets the priority of the selected PDW list , where the higher the value the higher the priority.

return:

priority: float Range: 1 to 100

get_scn_delay() float[source]
# SCPI: SCENario:CEMit:SCNDelay
value: float = driver.scenario.cemit.get_scn_delay()

Sets the scan delay for the selected emitter.

return:

scn_delay: float Range: -3600 to 3600

get_select() float[source]
# SCPI: SCENario:CEMit:SELect
value: float = driver.scenario.cemit.get_select()

Selects the item to which the subsequent commands apply.

return:

select: float Item number within the range 1 to …:COUNt. For example, method RsPulseSeq.Sequence.Item.count. Range: 1 to 4096

get_threshold() float[source]
# SCPI: SCENario:CEMit:THReshold
value: float = driver.scenario.cemit.get_threshold()

Sets a threshold. Pulses at levels below this threshold are omitted.

return:

threshold: float Range: -100 to 0

set_alias(alias: str) None[source]
# SCPI: SCENario:CEMit:ALIas
driver.scenario.cemit.set_alias(alias = 'abc')

Enters an alias name.

param alias:

string

set_current(current: float) None[source]
# SCPI: SCENario:CEMit:CURRent
driver.scenario.cemit.set_current(current = 1.0)

No command help available

param current:

No help available

set_enable(enable: bool) None[source]
# SCPI: SCENario:CEMit:ENABle
driver.scenario.cemit.set_enable(enable = False)

If enabled, the PDW list is included in the output file.

param enable:

ON| OFF| 1| 0

set_fq_qffset(fq_offset: float) None[source]
# SCPI: SCENario:CEMit:FQOFfset
driver.scenario.cemit.set_fq_qffset(fq_offset = 1.0)

Sets the frequency offset for the selected emitter.

param fq_offset:

float Range: -2e+09 to 2e+09

set_ldelay(ldelay: float) None[source]
# SCPI: SCENario:CEMit:LDELay
driver.scenario.cemit.set_ldelay(ldelay = 1.0)

If interleaving is enabled, shifts the processing of the selected PDW list in time.

param ldelay:

float Range: -1e+09 to 1e+09

set_level(level: float) None[source]
# SCPI: SCENario:CEMit:LEVel
driver.scenario.cemit.set_level(level = 1.0)

Adds a level offset.

param level:

float Range: -200 to 0

set_lvabs(lvabs: float) None[source]
# SCPI: SCENario:CEMit:LVABs
driver.scenario.cemit.set_lvabs(lvabs = 1.0)

Sets the absolute level for the selected PDW list.

param lvabs:

float Range: -130 to 30

set_priority(priority: float) None[source]
# SCPI: SCENario:CEMit:PRIority
driver.scenario.cemit.set_priority(priority = 1.0)

Sets the priority of the selected PDW list , where the higher the value the higher the priority.

param priority:

float Range: 1 to 100

set_scn_delay(scn_delay: float) None[source]
# SCPI: SCENario:CEMit:SCNDelay
driver.scenario.cemit.set_scn_delay(scn_delay = 1.0)

Sets the scan delay for the selected emitter.

param scn_delay:

float Range: -3600 to 3600

set_select(select: float) None[source]
# SCPI: SCENario:CEMit:SELect
driver.scenario.cemit.set_select(select = 1.0)

Selects the item to which the subsequent commands apply.

param select:

float Item number within the range 1 to …:COUNt. For example, method RsPulseSeq.Sequence.Item.count. Range: 1 to 4096

set_threshold(threshold: float) None[source]
# SCPI: SCENario:CEMit:THReshold
driver.scenario.cemit.set_threshold(threshold = 1.0)

Sets a threshold. Pulses at levels below this threshold are omitted.

param threshold:

float Range: -100 to 0

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.scenario.cemit.clone()

Subgroups