Fdata
SCPI Commands :
TRIGger:SBHW:CAN:FDATa:BRS
TRIGger:SBHW:CAN:FDATa:ESI
TRIGger:SBHW:CAN:FDATa:DPOSition
TRIGger:SBHW:CAN:FDATa:SCERror
- Commands in total: 4Subgroups: 0Direct child commands: 4
- get_brs() SbusBitState[source]
# TRIGger:SBHW:CAN:FDATa:BRS value: enums.SbusBitState = driver.trigger.sbhw.can.fdata.get_brs()
Sets the bit rate switch bit.
- Returns:
brs_bit: ONE: the bit rate switches from the bit rate of the arbitration phase to the faster data rate.
- get_dposition() int[source]
# TRIGger:SBHW:CAN:FDATa:DPOSition value: int = driver.trigger.sbhw.can.fdata.get_dposition()
Defines the number of the first data byte at which the data pattern may start.
- Returns:
data_position: 1 to 2048
- get_esi() SbusBitState[source]
# TRIGger:SBHW:CAN:FDATa:ESI value: enums.SbusBitState = driver.trigger.sbhw.can.fdata.get_esi()
Sets the error state indicator bit.
- Returns:
esi_bit: DC: do not care, bit is nor relevant.
- get_sc_error() bool[source]
# TRIGger:SBHW:CAN:FDATa:SCERror value: bool = driver.trigger.sbhw.can.fdata.get_sc_error()
Triggers on stuff count errors. A stuff bit error occurs if more than five consecutive bits of the same level occur on the bus. Available, if method
RsMxo.trigger.sbhw.can.type_py()is set to ERRor.- Returns:
stuff_cnt_err: OFF | ON
- set_brs(brs_bit: SbusBitState) None[source]
# TRIGger:SBHW:CAN:FDATa:BRS driver.trigger.sbhw.can.fdata.set_brs(brs_bit = enums.SbusBitState.DC)
Sets the bit rate switch bit.
- Parameters:
brs_bit – ONE: the bit rate switches from the bit rate of the arbitration phase to the faster data rate.
- set_dposition(data_position: int) None[source]
# TRIGger:SBHW:CAN:FDATa:DPOSition driver.trigger.sbhw.can.fdata.set_dposition(data_position = 1)
Defines the number of the first data byte at which the data pattern may start.
- Parameters:
data_position – 1 to 2048
- set_esi(esi_bit: SbusBitState) None[source]
# TRIGger:SBHW:CAN:FDATa:ESI driver.trigger.sbhw.can.fdata.set_esi(esi_bit = enums.SbusBitState.DC)
Sets the error state indicator bit.
- Parameters:
esi_bit – DC: do not care, bit is nor relevant.
- set_sc_error(stuff_cnt_err: bool) None[source]
# TRIGger:SBHW:CAN:FDATa:SCERror driver.trigger.sbhw.can.fdata.set_sc_error(stuff_cnt_err = False)
Triggers on stuff count errors. A stuff bit error occurs if more than five consecutive bits of the same level occur on the bus. Available, if method
RsMxo.trigger.sbhw.can.type_py()is set to ERRor.- Parameters:
stuff_cnt_err – OFF | ON