BitStream

Collects a list of bits to be sent out using the WriteWaveformClocked function (a maximum of 253 bits may be specified).

Note:
  • BitStream does not have a property sheet; it is based on a variable list of bits, expressed either as a raw number (0 or 1), a cell reference or a range of cells. The maximum string length allowed in a cell is 255 characters. If more than 255 characters are used to specify the variable arguments, an error message will be displayed. When a string used to specify the variables arguments exceeds the 255 character limits, use a cell range.
  • Any non-zero number will be interpreted as a bit value of 1.

BitStream Inputs

Syntax: BitStream(Bit0,[Bit1,...])

Parameter Description

Bit 0

Specifies the first bit.

Bit 1

Specifies the subsequent bits.

BitStream Outputs

Returns

A BitStream data structure containing the bits; or #ERR:

  • If any of the input parameters are invalid.
  • If the bit is recorded as a non-negative numeric value.