KSLCore
Toggle table of contents
R1.2.2
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.io.dbutil
/
WithinRepCounterViewData
Within
Rep
Counter
View
Data
data
class
WithinRepCounterViewData
(
var
exp_name
:
String
=
""
,
var
run_name
:
String
=
""
,
var
num_reps
:
Int
=
-1
,
var
start_rep_id
:
Int
=
-1
,
var
last_rep_id
:
Int
=
-1
,
var
stat_name
:
String
=
""
,
var
rep_id
:
Int
=
-1
,
var
last_value
:
Double
?
=
null
)
:
TabularData
(
source
)
Members
Constructors
Within
Rep
Counter
View
Data
Link copied to clipboard
constructor
(
exp_name
:
String
=
""
,
run_name
:
String
=
""
,
num_reps
:
Int
=
-1
,
start_rep_id
:
Int
=
-1
,
last_rep_id
:
Int
=
-1
,
stat_name
:
String
=
""
,
rep_id
:
Int
=
-1
,
last_value
:
Double
?
=
null
)
Properties
exp_
name
Link copied to clipboard
var
exp_name
:
String
last_
rep_
id
Link copied to clipboard
var
last_rep_id
:
Int
last_
value
Link copied to clipboard
var
last_value
:
Double
?
num_
reps
Link copied to clipboard
var
num_reps
:
Int
rep_
id
Link copied to clipboard
var
rep_id
:
Int
run_
name
Link copied to clipboard
var
run_name
:
String
start_
rep_
id
Link copied to clipboard
var
start_rep_id
:
Int
stat_
name
Link copied to clipboard
var
stat_name
:
String