Scaling
- Updated2023-02-17
- 3 minute(s) read
Scaling
Returns coefficients that can be used to scale binary data to volts.
Inputs/Outputs

session in
The instrument handle that you obtain from Initialize External Calibration. The handle identifies a particular instrument session.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

channels
The channel(s) from which to acquire data.
Channel String Syntax
- A single channel, such as 0
- A list of channels, such as 0,1 or 3,2,1,0
- A range of channels, such as 0-7 or 0:7
- A combination of channels from multiple instruments, such as PXI1Slot3/0,PXI1Slot3/2-3,PXI1Slot4/2-3

session out
Reference to the NI-SCOPE instrument session to pass to the next node in the program.

error out
Error information.
The node produces this output according to standard error behavior.

coefficient info
An array of structures containing gain and offset coefficients for a given channel.

offset
The offset factor of the given channel.

gain
The gain factor of the given channel.

reserved1
A reserved value. Do not use.

reserved2
A reserved value. Do not use.