Data

SCPI Command :

BERT:SETup:DATA:[POLarity]
class DataCls[source]

Data commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_polarity() RsSmbv.enums.NormalInverted[source]
# SCPI: BERT:SETup:DATA:[POLarity]
value: enums.NormalInverted = driver.bert.setup.data.get_polarity()

Sets the polarity of the feedback data bits.

return

polarity: NORMal| INVerted NORMal High level represents a logic 1, low level a logic 0. INVerted Low level represents a logic 1, high level a logic 0.

set_polarity(polarity: RsSmbv.enums.NormalInverted) None[source]
# SCPI: BERT:SETup:DATA:[POLarity]
driver.bert.setup.data.set_polarity(polarity = enums.NormalInverted.INVerted)

Sets the polarity of the feedback data bits.

param polarity

NORMal| INVerted NORMal High level represents a logic 1, low level a logic 0. INVerted Low level represents a logic 1, high level a logic 0.