def configFramePayload(self, configElementObj, payloadType='custom', customRepeat=True, customPattern=None): """ Description Configure the frame payload. Parameters payloadType: : Options: custom, decrementByte, decrementWord, incrementByte, incrementWord, random customRepeat: customPattern: : Enter a custom payload pattern """ data = {'type': payloadType, 'customRepeat': customRepeat, 'customPattern': customPattern} self.ixnObj.patch(self.ixnObj.httpHeader+configElementObj+'/framePayload', data=data)