Write/Read |
About PNA-X Pulsed Capabilities |
Description |
Sets the pulse-period (1/PRF) for ALL PNA-X internal pulse generators. The resolution of the period is 16.667nS. |
VB Syntax |
pulse.Period = value |
Variable |
(Type) - Description |
pulse |
A PulseGenerator (object) |
value |
(Double) Pulse period in seconds. Choose a value from about 33ns to about 70 seconds. |
Return Type |
Double |
Default |
1e-3 sec |
Examples |
pulse.Period = 1ms 'Write |
value = pulse.Period 'Read |
|
C++ Syntax |
HRESULT get_Period(double* period); HRESULT put_Period(double period); |
Interface |
IPulseGenerator |