EXPORT Commands¶
:EXPort:DIRectory¶
Syntax |
:EXPort:DIRectory? |
---|---|
Description |
Queries the current export folder |
Parameter |
None |
Explanation |
Returns the current directory of the oxygen export files. If the current folder is empty, the oxygen export default directory is used. |
Return Format |
String |
Example |
-> :EXP:DIR? <- :EXP:DIR "d:/temp" |
:EXPort:DIRectory “path”¶
Syntax |
:EXPort:DIRectory “path” |
||||||||
---|---|---|---|---|---|---|---|---|---|
Description |
Sets the current export folder |
||||||||
Parameter |
|
||||||||
Explanation |
Sets the oxygen export folder. An error code is set if the input parameter is wrong or ill formed. |
||||||||
Example |
-> :EXP:DIR "c:/temp" -> :EXP:DIR? <- :EXP:DIR "c:/temp" |
:EXPort:AUTO?¶
Syntax |
:EXPort:AUTO? |
---|---|
Description |
Queries the auto export flag |
Parameter |
None |
Explanation |
Returns the current oxygen export flag. |
Return Format |
<Boolean> |
Example |
-> :EXP:AUTO? <- :EXP:AUTO ON |
:EXPort:AUTO {ON|OFF}¶
Syntax |
:EXPort:AUTO {ON|OFF} |
||||||||
---|---|---|---|---|---|---|---|---|---|
Description |
Sets the oxygen auto export flag. |
||||||||
Parameter |
|
||||||||
Explanation |
Enables/disables the oxygen auto export. When enabled oxygen exports selected data to the export folder, after the recording stop event (see :STORe:STOP command above). An error code is set if input parameter is wrong or ill formed- |
||||||||
Example |
-> :EXP:AUTO ON -> :EXP:AUTO? <- :EXP:AUTO ON |