Skip to content

CLASS ndi.epoch.epochprobemap

  ndi.epoch.epochprobemap - Create a new ndi.epoch.epochprobemap object

  MYNDI_EPOCHPROBEMAP = ndi.epoch.epochprobemap()

  Creates a new ndi.epoch.epochprobemap object. This is an abstract
  base class so it has no inputs.


Superclasses

none

Properties

none

Methods

Method Description
decode decode table information for an ndi.epoch.epochprobemap object from a serialized string
epochprobemap Create a new ndi.epoch.epochprobemap object
serialize Turn the ndi.epoch.epochprobemap object into a string

Methods help

decode - decode table information for an ndi.epoch.epochprobemap object from a serialized string

ST = DECODE(S)

  Return a structure ST that contains decoded information to
  build an ndi.epoch.epochprobemap object from a string

epochprobemap - Create a new ndi.epoch.epochprobemap object

MYNDI_EPOCHPROBEMAP = ndi.epoch.epochprobemap()

  Creates a new ndi.epoch.epochprobemap object. This is an abstract
  base class so it has no inputs.

    Documentation for ndi.epoch.epochprobemap/epochprobemap
       doc ndi.epoch.epochprobemap

serialize - Turn the ndi.epoch.epochprobemap object into a string

S = SERIALIZE(NDI_EPOCHPROBEMAP_OBJ)

  Create a charater array representation of an ndi.epoch.epochprobemap object