Fcs

SCPI Command :

[SENSe]:DEMod:MAC:FCS
class FcsCls[source]

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

get() RsFsw.enums.MacFcs[source]
# SCPI: [SENSe]:DEMod:MAC:FCS
value: enums.MacFcs = driver.applications.k149Uwb.sense.demod.mac.fcs.get()

Enable FCS check of payload either with 2 octet or with 4 octet format.

return

mac_fcs: OFF OFF O2 2 Octets O4 4 Octets

set(mac_fcs: RsFsw.enums.MacFcs) None[source]
# SCPI: [SENSe]:DEMod:MAC:FCS
driver.applications.k149Uwb.sense.demod.mac.fcs.set(mac_fcs = enums.MacFcs.O2)

Enable FCS check of payload either with 2 octet or with 4 octet format.

param mac_fcs

OFF OFF O2 2 Octets O4 4 Octets