![Copper Mountain Technologies PLANAR TR1300/1 Скачать руководство пользователя страница 309](http://html1.mh-extra.com/html/copper-mountain-technologies/planar-tr1300-1/planar-tr1300-1_programming-manual_2666189309.webp)
COM Server Commands
309
SCPI.SYSTem.DATE
Object Type
Property (read/write)
Data Type
Variant (Long array)
Target
Instrument
Description
The current date.
The array consists of three elements:
Data(0)
year from 1900 to 2100;
Data(1)
month from 1 to 12;
Data(2)
day from 1 to 31.
Syntax
Dim Data As Variant
Data = app.SCPI.SYSTem.DATE
app. app.SCPI.SYSTem.DATE = Array(2009, 9, 9)
Equivalent
Softkeys
None
SCPI.SYSTem.HIDe
Object Type
Method
Target
Instrument
Description
Make the main form of a application invisible.
Syntax
app.SCPI.SYSTem.HIDe
Related
Commands
SCPI.SYSTem.SHOw
Equivalent
Softkeys
None