Rtci
SCPI Commands :
[SOURce<HW>]:BB:ESEQuencer:RTCI:PDWFormat
[SOURce<HW>]:BB:ESEQuencer:RTCI:PDWRate
- class RtciCls[source]
Rtci commands group definition. 26 total commands, 3 Subgroups, 2 group commands
- get_pdw_format() 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() ExtSeqPdwRateMode [source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:RTCI:PDWRate value: enums.ExtSeqPdwRateMode = driver.source.bb.esequencer.rtci.get_pdw_rate()
Sets the mode for the PDW streaming rate.
- return:
rate_mode: STANdard| HSPeed STANdard For fast HIL response time, less than 100 us. Supports PDW streaming rates up to 1.5 MPDW/s. HSPeed For high PDW streaming rates up to 2 MPDW/s.
- set_pdw_format(format_py: 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: ExtSeqPdwRateMode) None [source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:RTCI:PDWRate driver.source.bb.esequencer.rtci.set_pdw_rate(rate_mode = enums.ExtSeqPdwRateMode.HSPeed)
Sets the mode for the PDW streaming rate.
- param rate_mode:
STANdard| HSPeed STANdard For fast HIL response time, less than 100 us. Supports PDW streaming rates up to 1.5 MPDW/s. HSPeed For high PDW streaming rates up to 2 MPDW/s.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.esequencer.rtci.clone()
Subgroups