Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
软件:digilent-instrumentation-protocol:waveform-generator [2021/05/14 23:05]
Arthur Brown↷ Page moved from reference:software:digilent-instrumentation-protocol:waveform-generator to software:digilent-instrumentation-protocol:waveform-generator
软件:digilent-instrumentation-protocol:waveform-generator [2021/05/14 23:08](当前)
Arthur Brown↷ Links adapted because of a move operation
Line 15: Line 15:
* **#** - (Array) - An array of command objects applied to the awg channel. * **#** - (Array) - An array of command objects applied to the awg channel.
* **command** - (String) - The Get Current State command: “getCurrentState” * **command** - (String) - The Get Current State command: “getCurrentState”
- * **statusCode** - (Integer) - A numeric value representing the device status. See [[reference/软件/digilent-instrumentation-protocol/status-codes]] + * **statusCode** - (Integer) - A numeric value representing the device status. See [[software:digilent-instrumentation-protocol:status-codes]]
* **wait** - (Integer) - The number of ms to wait before the device is ready to process another command. * **wait** - (Integer) - The number of ms to wait before the device is ready to process another command.
* **state** - (String) - The instrument channel state: "idle" or "running". * **state** - (String) - The instrument channel state: "idle" or "running".
Line 79: Line 79:
* **#** - (Array) - An array of command objects applied to the awg channel. * **#** - (Array) - An array of command objects applied to the awg channel.
* **command** - (String) - The Set Regular Waveform command: “setRegularWaveform” * **command** - (String) - The Set Regular Waveform command: “setRegularWaveform”
- * **statusCode** - (Integer) - A numeric value representing the device status. See [[reference/软件/digilent-instrumentation-protocol/status-codes]] + * **statusCode** - (Integer) - A numeric value representing the device status. See [[software:digilent-instrumentation-protocol:status-codes]]
* **wait** - (Integer) - The number of ms to wait before the device is ready to process another command. * **wait** - (Integer) - The number of ms to wait before the device is ready to process another command.
* **actualSignalFreq** - (Integer) - The actual waveform frequency in mHz. * **actualSignalFreq** - (Integer) - The actual waveform frequency in mHz.
Line 138: Line 138:
* **#** - (Array) - An array of command objects applied to the awg channel. * **#** - (Array) - An array of command objects applied to the awg channel.
* **command** - (String) - The Run command: “run” * **command** - (String) - The Run command: “run”
- * **statusCode** - (Integer) - A numeric value representing the device status. See [[reference/软件/digilent-instrumentation-protocol/status-codes]] + * **statusCode** - (Integer) - A numeric value representing the device status. See [[software:digilent-instrumentation-protocol:status-codes]]
* **wait** - (Integer) - The number of ms to wait before the device is ready to process another command. * **wait** - (Integer) - The number of ms to wait before the device is ready to process another command.
Line 189: Line 189:
* **#** - (Array) - An array of command objects applied to the awg channel. * **#** - (Array) - An array of command objects applied to the awg channel.
* **command** - (String) - The Stop command: “stop” * **command** - (String) - The Stop command: “stop”
- * **statusCode** - (Integer) - A numeric value representing the device status. See [[reference/软件/digilent-instrumentation-protocol/status-codes]] + * **statusCode** - (Integer) - A numeric value representing the device status. See [[software:digilent-instrumentation-protocol:status-codes]]
* **wait** - (Integer) - The number of ms to wait before the device is ready to process another command. * **wait** - (Integer) - The number of ms to wait before the device is ready to process another command.