Dsrc

SCPI Commands :

PULSe:MOP:DATA:DSRC:RESet
PULSe:MOP:DATA:DSRC
class DsrcCls[source]

Dsrc commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_reset() bool[source]
# SCPI: PULSe:MOP:DATA:DSRC:RESet
value: bool = driver.pulse.mop.data.dsrc.get_reset()

Resets the data source at the end of the pulse.

return:

reset: ON| OFF| 1| 0

get_value() str[source]
# SCPI: PULSe:MOP:DATA:DSRC
value: str = driver.pulse.mop.data.dsrc.get_value()

Selects the data source for the modulation, see method RsPulseSeq.Dsrc.create.

return:

dsrc: string

set_reset(reset: bool) None[source]
# SCPI: PULSe:MOP:DATA:DSRC:RESet
driver.pulse.mop.data.dsrc.set_reset(reset = False)

Resets the data source at the end of the pulse.

param reset:

ON| OFF| 1| 0

set_value(dsrc: str) None[source]
# SCPI: PULSe:MOP:DATA:DSRC
driver.pulse.mop.data.dsrc.set_value(dsrc = 'abc')

Selects the data source for the modulation, see method RsPulseSeq.Dsrc.create.

param dsrc:

string