Rtci

SCPI Commands :

[SOURce<HW>]:BB:ESEQuencer:RTCI:PDWFormat
[SOURce<HW>]:BB:ESEQuencer:RTCI:PDWRate
class RtciCls[source]

Rtci commands group definition. 25 total commands, 3 Subgroups, 2 group commands

get_pdw_format() RsSmw.enums.ExtSeqPdwVariant[source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:RTCI:PDWFormat
value: enums.ExtSeqPdwVariant = driver.source.bb.esequencer.rtci.get_pdw_format()

Selects the PDW format.

return

format_py: BASic| EXPert

get_pdw_rate() RsSmw.enums.ExtSeqPdwRateMode[source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:RTCI:PDWRate
value: enums.ExtSeqPdwRateMode = driver.source.bb.esequencer.rtci.get_pdw_rate()

No command help available

return

rate_mode: No help available

set_pdw_format(format_py: RsSmw.enums.ExtSeqPdwVariant) None[source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:RTCI:PDWFormat
driver.source.bb.esequencer.rtci.set_pdw_format(format_py = enums.ExtSeqPdwVariant.BASic)

Selects the PDW format.

param format_py

BASic| EXPert

set_pdw_rate(rate_mode: RsSmw.enums.ExtSeqPdwRateMode) None[source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:RTCI:PDWRate
driver.source.bb.esequencer.rtci.set_pdw_rate(rate_mode = enums.ExtSeqPdwRateMode.HSPeed)

No command help available

param rate_mode

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.esequencer.rtci.clone()

Subgroups