Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Equivalent command to ibonl(0,0)

When I call CNi4882Board::Reset(), I get ibonl(GPIB,1). Which command in CNi4882 will indirectly call ibonl(0,0) or ibonl(GPIB0, 0)?
0 Kudos
Message 1 of 2
(3,136 Views)
Reset is the only function that calls ibonl. ibonl is only used when resetting or disconnecting from a device. I can't think of anytime you would want to call it otherwise. Therefore, Reset is our only function that calls it (for a board or device), and it's taken care of for you when you discard the object in deconstruction.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 2
(3,136 Views)