Rtci

SCPI Commands :

[SOURce<HW>]:BB:ESEQuencer:RTCI:PDWFormat
[SOURce<HW>]:BB:ESEQuencer:RTCI:PDWRate
Commands in total: 26
Subgroups: 3
Direct child commands: 2
get_pdw_format() ExtSeqPdwVariant[source]
# [SOURce<HW>]:BB:ESEQuencer:RTCI:PDWFormat
value: enums.ExtSeqPdwVariant = driver.source.bb.esequencer.rtci.get_pdw_format()

Selects the PDW format.

Returns:

format_py: BASic | EXPert

get_pdw_rate() ExtSeqPdwRateMode[source]
# [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.

Returns:

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]
# [SOURce<HW>]:BB:ESEQuencer:RTCI:PDWFormat
driver.source.bb.esequencer.rtci.set_pdw_format(format_py = enums.ExtSeqPdwVariant.BASic)

Selects the PDW format.

Parameters:

format_py – BASic | EXPert

set_pdw_rate(rate_mode: ExtSeqPdwRateMode) None[source]
# [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.

Parameters:

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 copy of the original group, that exists independently
rtci_copy = driver.source.bb.esequencer.rtci.clone()

Subgroups