5 Device Properties
|
Property Name
|
Description
|
Property type
|
Default Value
|
GpibBoardId |
Board Id |
short |
0
|
GpibDeviceAddress |
The GPIB device address |
short |
.....
|
GpibDeviceTimeOut |
This is the GPIB device Time Out. Warning this is a predefined value:
#define TNONE 0 Infinite timeout (disabled)
#define T10us 1 Timeout of 10 us (ideal)
#define T30us 2 Timeout of 30 us (ideal)
#define T100us 3 Timeout of 100 us (ideal)
#define T300us 4 Timeout of 300 us (ideal)
#define T1ms 5 Timeout of 1 ms (ideal)
#define T3ms 6 Timeout of 3 ms (ideal)
#define T10ms 7 Timeout of 10 ms (ideal)
#define T30ms 8 Timeout of 30 ms (ideal)
#define T100ms 9 Timeout of 100 ms (ideal)
#define T300ms 10 Timeout of 300 ms (ideal)
#define T1s 11 Timeout of 1 s (ideal)
#define T3s 12 Timeout of 3 s (ideal)
#define T10s 13 Timeout of 10 s (ideal)
#define T30s 14 Timeout of 30 s (ideal)
#define T100s 15 Timeout of 100 s (ideal)
#define T300s 16 Timeout of 300 s (ideal)
#define T1000s 17 Timeout of 1000 s (maximum) |
short |
.....
|
GpibDeviceSecondaryAddress |
Second address of the gpib device. |
short |
.....
|
SimulationMode |
0 -> real mode, 1 -> simulation mode |
unsigned int |
0
|