Data
SCPI Command :
BERT:SETup:DATA:[POLarity]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_polarity() NormalInverted[source]
# BERT:SETup:DATA:[POLarity] value: enums.NormalInverted = driver.bert.setup.data.get_polarity()
Sets the polarity of the feedback data bits.
- Returns:
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: NormalInverted) None[source]
# BERT:SETup:DATA:[POLarity] driver.bert.setup.data.set_polarity(polarity = enums.NormalInverted.INVerted)
Sets the polarity of the feedback data bits.
- Parameters:
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.