The FrontPanel information for the device FPGA.
Activates the TriggerIn at the specified address and bit.
The address of the TriggerIn vector endpoint.
The bit of the TriggerIn vector to activate.
Gets the TriggerOut vector at the specified address.
The address of the TriggerOut vector endpoint.
Gets the value of a WireIn at the specified address.
The address of the WireIn endpoint.
Gets the value of the WireOut at the specified address.
The address of the WireOut endpoint.
Checks if the TriggerOut at the specified address and mask is active.
The address of the TriggerOut vector endpoint.
The mask to apply to the TriggerOut vector.
Reads data from the Block Throttle PipeOut at the specified address.
The address of the PipeOut endpoint.
The size of the blocks to read in bytes.
The buffer to store the data that is read. The transfer length is determined by the buffer's byte length. The buffer must not be modified or detached until the returned Promise settles.
Reads data from the PipeOut at the specified address.
The address of the PipeOut endpoint.
The buffer to store the data that is read. The transfer length is determined by the buffer's byte length. The buffer must not be modified or detached until the returned Promise settles.
Reads the value of the Register at the specified address.
The address of the Register.
Reads the data of the Registers at the specified addresses and stores the data in the corresponding array element.
The array containing address and data pairs for each register.
Sends RESET signal to the gateware via the okHostInterface.
Sets the value of the WireIn at the specified address.
The address of the WireIn endpoint.
The value to set.
The mask to apply to the value.
Retrieves the current TriggerOut vectors from the FPGA.
Transfers current WireIn values to the FPGA.
Retrieves current WireOut values from the FPGA.
Writes a value to the Register at the specified address.
The address of the Register.
The value to write.
Writes data to each of the Registers at the specified addresses.
The array containing address and data pairs for each register.
Writes data to the Block Throttle PipeIn at the specified address.
The address of the PipeIn endpoint.
The size of the blocks to write in bytes.
The data to write. The transfer length is determined by the buffer's byte length. The buffer must not be modified or detached until the returned Promise settles.
Writes data to the PipeIn at the specified address.
The address of the PipeIn endpoint.
The data to write. The transfer length is determined by the buffer's byte length. The buffer must not be modified or detached until the returned Promise settles.
Interface that provides the methods that may be used to interact with a FrontPanel device.