Write Register |
pi620_WriteRegister ViStatus pi620_WriteRegister (ViSession instrumentHandle, ViUInt32 address, ViUInt32 data); Purpose Writes data to the instrument register at the specified offset. Refer to the instrument user's manual for register definitions. Parameter List instrumentHandle Variable Type ViSession The ViSession handle that you obtain from the pi620_init function. The handle identifies a particular instrument session.
Default Value: None
address Variable Type ViUInt32 The offset address of the register to write. data Variable Type ViUInt32 The data to write to the specified offset. Return Value Refer to Function Return Value page. |
(C) 2009 Pickering Interfaces Ltd |